fix: makai -> docs
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: {{ .Values.makai.env }}-makai
|
||||
name: {{ .Values.docs.env }}-docs
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
|
||||
@@ -11,7 +11,7 @@ metadata:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
destination:
|
||||
namespace: {{ .Values.makai.env }}-makai
|
||||
namespace: {{ .Values.docs.env }}-docs
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
sources:
|
||||
@@ -24,14 +24,14 @@ spec:
|
||||
- name: CLUSTER_NAME
|
||||
value: {{ .Values.clusterConfig.cluster }}
|
||||
- name: HELMFILE_ENVIRONMENT
|
||||
value: {{ .Values.makai.env }}
|
||||
value: {{ .Values.docs.env }}
|
||||
- name: HELMFILE_FILE_PATH
|
||||
value: makai.yaml.gotmpl
|
||||
value: docs.yaml.gotmpl
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ApplyOutOfSyncOnly=true
|
||||
{{- if .Values.makai.autosync }}
|
||||
{{- if .Values.docs.autosync }}
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: false
|
||||
Reference in New Issue
Block a user