remove redis secret
This commit is contained in:
@@ -176,21 +176,6 @@ metadata:
|
|||||||
namespace: redis
|
namespace: redis
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
data:
|
|
||||||
redis-password: ZFg3SmtHMEVoSg==
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/instance: redis
|
|
||||||
app.kubernetes.io/managed-by: Helm
|
|
||||||
app.kubernetes.io/name: redis
|
|
||||||
app.kubernetes.io/version: 8.0.1
|
|
||||||
helm.sh/chart: redis-21.1.3
|
|
||||||
name: redis
|
|
||||||
namespace: redis
|
|
||||||
type: Opaque
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
@@ -265,7 +250,7 @@ spec:
|
|||||||
checksum/configmap: f656a28e365a9b667aaaa23f1f794d8a7e54a78409326c0464f1f64fab771aa4
|
checksum/configmap: f656a28e365a9b667aaaa23f1f794d8a7e54a78409326c0464f1f64fab771aa4
|
||||||
checksum/health: aff24913d801436ea469d8d374b2ddb3ec4c43ee7ab24663d5f8ff1a1b6991a9
|
checksum/health: aff24913d801436ea469d8d374b2ddb3ec4c43ee7ab24663d5f8ff1a1b6991a9
|
||||||
checksum/scripts: 0717e77fd3bb941f602860e9be4f2ed87b481cddeadf37be463f8512ecde0c3e
|
checksum/scripts: 0717e77fd3bb941f602860e9be4f2ed87b481cddeadf37be463f8512ecde0c3e
|
||||||
checksum/secret: 4e16e781cf7ffc97028716a7c1bc1c70e2bde7c6d6db59bac169f314859f761b
|
checksum/secret: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/component: master
|
app.kubernetes.io/component: master
|
||||||
app.kubernetes.io/instance: redis
|
app.kubernetes.io/instance: redis
|
||||||
|
|||||||
@@ -18,9 +18,9 @@ auth:
|
|||||||
enabled: true
|
enabled: true
|
||||||
password: ""
|
password: ""
|
||||||
sentinel: true
|
sentinel: true
|
||||||
existingSecret: ""
|
existingSecret: "redis"
|
||||||
usePasswordFiles: false
|
usePasswordFiles: false
|
||||||
existingSecretPasswordKey: ""
|
existingSecretPasswordKey: "redis-password"
|
||||||
usePasswordFileFromSecret: true
|
usePasswordFileFromSecret: true
|
||||||
|
|
||||||
rbac:
|
rbac:
|
||||||
|
|||||||
Reference in New Issue
Block a user