diff --git a/resources/atlantis/manifests/prod/pubsub-rabbitmq.yaml b/resources/atlantis/manifests/prod/pubsub-rabbitmq.yaml index e2797f5e..3db411fa 100644 --- a/resources/atlantis/manifests/prod/pubsub-rabbitmq.yaml +++ b/resources/atlantis/manifests/prod/pubsub-rabbitmq.yaml @@ -13,10 +13,10 @@ spec: - name: username value: user - name: password - value: hunny-bunny - # secretKeyRef: - # name: prod-rabbitmq - # key: rabbitmq-password + value: + secretKeyRef: + name: prod-rabbitmq + key: rabbitmq-password - name: durable value: true - name: deletedWhenUnused diff --git a/resources/atlantis/manifests/prod/state-redis.yaml b/resources/atlantis/manifests/prod/state-redis.yaml index 52d5c072..66dec832 100644 --- a/resources/atlantis/manifests/prod/state-redis.yaml +++ b/resources/atlantis/manifests/prod/state-redis.yaml @@ -11,9 +11,8 @@ spec: - name: redisUsername value: default - name: redisPassword - value: ThMtXQ2kGM - # secretKeyRef: - # name: prod-redis - # key: redis-password + secretKeyRef: + name: prod-redis + key: redis-password - name: actorStateStore value: "true"