From 360038a869c48c430a12acf2dfbd2138a1ba4531 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 14 Feb 2024 10:51:55 +0100 Subject: [PATCH] fix: fix yaml typos --- resources/atlantis/manifests/prod/pubsub-rabbitmq.yaml | 3 +-- resources/atlantis/manifests/staging/pubsub-rabbitmq.yaml | 3 +-- resources/atlantis/manifests/staging/state-redis.yaml | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/resources/atlantis/manifests/prod/pubsub-rabbitmq.yaml b/resources/atlantis/manifests/prod/pubsub-rabbitmq.yaml index 3db411fa..b5ed55de 100644 --- a/resources/atlantis/manifests/prod/pubsub-rabbitmq.yaml +++ b/resources/atlantis/manifests/prod/pubsub-rabbitmq.yaml @@ -13,8 +13,7 @@ spec: - name: username value: user - name: password - value: - secretKeyRef: + secretKeyRef: name: prod-rabbitmq key: rabbitmq-password - name: durable diff --git a/resources/atlantis/manifests/staging/pubsub-rabbitmq.yaml b/resources/atlantis/manifests/staging/pubsub-rabbitmq.yaml index eeba4feb..d93efca7 100644 --- a/resources/atlantis/manifests/staging/pubsub-rabbitmq.yaml +++ b/resources/atlantis/manifests/staging/pubsub-rabbitmq.yaml @@ -13,8 +13,7 @@ spec: - name: username value: user - name: password - value: - secretKeyRef: + secretKeyRef: name: staging-rabbitmq key: rabbitmq-password - name: durable diff --git a/resources/atlantis/manifests/staging/state-redis.yaml b/resources/atlantis/manifests/staging/state-redis.yaml index 0ac6e794..8e8b8e2b 100644 --- a/resources/atlantis/manifests/staging/state-redis.yaml +++ b/resources/atlantis/manifests/staging/state-redis.yaml @@ -11,8 +11,7 @@ spec: - name: redisUsername value: default - name: redisPassword - value: - secretKeyRef: + secretKeyRef: name: staging-redis key: redis-password - name: actorStateStore