fix: fix accidental lowecasing
This commit is contained in:
+24
-18
@@ -1,10 +1,10 @@
|
|||||||
apiversion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: staging-sorcerer
|
name: staging-sorcerer
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
annotations:
|
annotations:
|
||||||
argocd.argoproj.io/sync-options: skipdryrunonmissingresource=true
|
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
|
||||||
finalizers:
|
finalizers:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
@@ -13,11 +13,11 @@ spec:
|
|||||||
server: https://10.255.241.99:4443
|
server: https://10.255.241.99:4443
|
||||||
project: atlantis
|
project: atlantis
|
||||||
sources:
|
sources:
|
||||||
- repourl: https://gitlab.com/oceanbox/manifests.git
|
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||||
targetrevision: nixidy
|
targetRevision: nixidy
|
||||||
ref: values
|
ref: values
|
||||||
- repourl: https://gitlab.com/oceanbox/manifests.git
|
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||||
targetrevision: nixidy
|
targetRevision: nixidy
|
||||||
path: values/sorcerer
|
path: values/sorcerer
|
||||||
plugin:
|
plugin:
|
||||||
name: kustomize-helm-with-rewrite
|
name: kustomize-helm-with-rewrite
|
||||||
@@ -26,23 +26,29 @@ spec:
|
|||||||
string: staging
|
string: staging
|
||||||
- name: hostname
|
- name: hostname
|
||||||
string: sorcerer.ekman.oceanbox.io
|
string: sorcerer.ekman.oceanbox.io
|
||||||
- repourl: https://charts.bitnami.com/bitnami
|
- repoURL: https://charts.bitnami.com/bitnami
|
||||||
targetrevision: 20.1.7
|
targetRevision: 20.1.7
|
||||||
chart: redis
|
chart: redis
|
||||||
helm:
|
helm:
|
||||||
valuefiles:
|
valueFiles:
|
||||||
- $values/values/sorcerer/staging/redis.yaml
|
- $values/values/sorcerer/staging/redis.yaml
|
||||||
ignoredifferences:
|
ignoreDifferences:
|
||||||
- kind: secret
|
- kind: Secret
|
||||||
name: azure-keyvault
|
name: azure-keyvault
|
||||||
jqpathexpressions:
|
jqPathExpressions:
|
||||||
- '.data'
|
- '.data'
|
||||||
- '.metadata.labels'
|
- '.metadata.labels'
|
||||||
- '.metadata.annotations'
|
- '.metadata.annotations'
|
||||||
syncpolicy:
|
- kind: Secret
|
||||||
syncoptions:
|
name: prod-atlantis-rabbitmq
|
||||||
- createnamespace=true
|
jqPathExpressions:
|
||||||
- applyoutofsynconly=true
|
- '.data'
|
||||||
|
- '.metadata.labels'
|
||||||
|
- '.metadata.annotations'
|
||||||
|
syncPolicy:
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
- ApplyOutOfSyncOnly=true
|
||||||
# automated:
|
# automated:
|
||||||
# prune: true
|
# prune: true
|
||||||
# selfheal: false
|
# selfHeal: false
|
||||||
|
|||||||
Reference in New Issue
Block a user