feat: change preprod to prod!
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: preprod-atlantis
|
||||
name: prod-atlantis
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
|
||||
@@ -25,7 +25,7 @@ spec:
|
||||
- name: env
|
||||
string: prod
|
||||
- name: hostname
|
||||
string: maps.beta.oceanbox.io
|
||||
string: maps.oceanbox.io
|
||||
- repoURL: https://charts.bitnami.com/bitnami
|
||||
targetRevision: 20.1.7
|
||||
chart: redis
|
||||
@@ -40,7 +40,7 @@ spec:
|
||||
- '.metadata.labels'
|
||||
- '.metadata.annotations'
|
||||
- kind: Secret
|
||||
name: preprod-atlantis-rabbitmq
|
||||
name: prod-atlantis-rabbitmq
|
||||
jqPathExpressions:
|
||||
- '.data'
|
||||
- '.metadata.labels'
|
||||
|
||||
Reference in New Issue
Block a user