fix: ignore redis secret
This commit is contained in:
@@ -31,7 +31,7 @@ spec:
|
|||||||
chart: redis
|
chart: redis
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/values/atlantis/redis.yaml
|
- $values/values/atlantis/prod/redis.yaml
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: azure-keyvault
|
name: azure-keyvault
|
||||||
@@ -40,7 +40,7 @@ spec:
|
|||||||
- '.metadata.labels'
|
- '.metadata.labels'
|
||||||
- '.metadata.annotations'
|
- '.metadata.annotations'
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: prod-atlantis-rabbitmq
|
name: preprod-atlantis-rabbitmq
|
||||||
jqPathExpressions:
|
jqPathExpressions:
|
||||||
- '.data'
|
- '.data'
|
||||||
- '.metadata.labels'
|
- '.metadata.labels'
|
||||||
|
|||||||
Reference in New Issue
Block a user