feat: add dapr configuration store to atlantis staging

This commit is contained in:
2024-11-01 12:35:12 +01:00
parent 2203b09fb4
commit 35b5882d3e
2 changed files with 21 additions and 0 deletions
@@ -0,0 +1,20 @@
apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: configstore
spec:
type: configuration.redis
version: v1
metadata:
- name: redisHost
value: staging-redis-master:6379
- name: redisUsername
value: default
- name: redisPassword
secretKeyRef:
name: staging-redis
key: redis-password
- name: redisDB
value: "2"
scopes:
- atlantis
@@ -25,3 +25,4 @@ resources:
- pubsub.yaml
- statestore.yaml
- subscriptions.yaml
- configuration.yaml