Skip to content

Commit

Permalink
Add Redis auth secret
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Dec 27, 2018
1 parent 9daeb45 commit 2fe75d3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions releases/redis-auth.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
# This secret should be stored in Git encrypted
# Sealed Secrets example: https://github.com/stefanprodan/gitops-helm#managing-kubernetes-secrets
apiVersion: v1
kind: Secret
metadata:
name: redis-auth
namespace: demo
data:
values.yaml: cGFzc3dvcmQ6IGFkbWlu

0 comments on commit 2fe75d3

Please sign in to comment.