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