fix: ignore redis secret

This commit is contained in:
2025-01-23 17:03:49 +01:00
parent d30ec463bb
commit 89e99bed42
+2 -2
View File
@@ -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'