chore: Rename timemachine to timecapsule
This commit is contained in:
parent
401f024be6
commit
63ecf315d7
@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: kubezero-timemachine
|
name: kubezero-timecapsule
|
||||||
description: KubeZero umbrella chart for all things backup
|
description: KubeZero umbrella chart for all things backup
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.1.0
|
@ -1,4 +1,4 @@
|
|||||||
# kubezero-timemachine
|
# kubezero-timecapsule
|
||||||
|
|
||||||
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
|
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
|
||||||
|
|
@ -193,6 +193,15 @@ function kiam-post() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
###########
|
||||||
|
# Metrics #
|
||||||
|
###########
|
||||||
|
# Cleanup patch jobs from previous runs , ArgoCD does this automatically
|
||||||
|
function metrics-pre() {
|
||||||
|
kubectl delete jobs --field-selector status.successful=1 -n monitoring
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
###########
|
###########
|
||||||
# Logging #
|
# Logging #
|
||||||
###########
|
###########
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{{- if not .Values.argo }}
|
{{- if not .Values.argo }}
|
||||||
|
|
||||||
{{- $artifacts := list "calico" "cert-manager" "kiam" "aws-node-termination-handler" "aws-ebs-csi-driver" "aws-efs-csi-driver" "local-volume-provisioner" "local-path-provisioner" "istio" "istio-ingress" "metrics" "logging" "argocd" "timemachine" }}
|
{{- $artifacts := list "calico" "cert-manager" "kiam" "aws-node-termination-handler" "aws-ebs-csi-driver" "aws-efs-csi-driver" "local-volume-provisioner" "local-path-provisioner" "istio" "istio-ingress" "metrics" "logging" "argocd" "timecapsule" }}
|
||||||
|
|
||||||
{{- if .Values.global }}
|
{{- if .Values.global }}
|
||||||
global:
|
global:
|
||||||
|
8
charts/kubezero/templates/timecapsule.yaml
Normal file
8
charts/kubezero/templates/timecapsule.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{{- define "timecapsule-values" }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
|
||||||
|
{{- define "timecapsule-argo" }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
{{ include "kubezero-app.app" . }}
|
@ -1,8 +0,0 @@
|
|||||||
{{- define "timemachine-values" }}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
|
|
||||||
{{- define "timemachine-argo" }}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{ include "kubezero-app.app" . }}
|
|
@ -23,7 +23,7 @@ kiam:
|
|||||||
aws-node-termination-handler:
|
aws-node-termination-handler:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
timemachine:
|
timecapsule:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
local-volume-provisioner:
|
local-volume-provisioner:
|
||||||
|
Loading…
Reference in New Issue
Block a user