fix(pocket-id): Everything into sys
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: {{ .Values.pocket_id.env }}-pocket-id
|
||||
name: pocket-id
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
|
||||
@@ -12,7 +12,7 @@ spec:
|
||||
destination:
|
||||
namespace: pocket-id
|
||||
server: https://kubernetes.default.svc
|
||||
project: aux
|
||||
project: sys
|
||||
sources:
|
||||
- repoURL: {{ .Values.clusterConfig.manifests }}
|
||||
targetRevision: HEAD
|
||||
@@ -23,13 +23,13 @@ spec:
|
||||
- name: CLUSTER_NAME
|
||||
value: {{ .Values.clusterConfig.cluster }}
|
||||
- name: HELMFILE_ENVIRONMENT
|
||||
value: {{ .Values.pocket_id.env }}
|
||||
value: default
|
||||
- name: HELMFILE_FILE_PATH
|
||||
value: pocket-id.yaml.gotmpl
|
||||
syncPolicy:
|
||||
managedNamespaceMetadata:
|
||||
labels:
|
||||
component: aux
|
||||
component: sys
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ApplyOutOfSyncOnly=true
|
||||
|
||||
Reference in New Issue
Block a user