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
helm:
valueFiles:
- $values/values/atlantis/redis.yaml
- $values/values/atlantis/prod/redis.yaml
ignoreDifferences:
- kind: Secret
name: azure-keyvault
@@ -40,7 +40,7 @@ spec:
- '.metadata.labels'
- '.metadata.annotations'
- kind: Secret
name: prod-atlantis-rabbitmq
name: preprod-atlantis-rabbitmq
jqPathExpressions:
- '.data'
- '.metadata.labels'