We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ce5fb commit 78fa1c7Copy full SHA for 78fa1c7
k8s/deployment.yaml
@@ -33,7 +33,7 @@ spec:
33
valueFrom:
34
secretKeyRef:
35
name: redis-creds
36
- key: uri
+ key: database-uri
37
resources:
38
limits:
39
cpu: "0.25"
k8s/secret.yaml
@@ -1,11 +1,11 @@
1
# These can also be created from the command line using environment variables
2
#
3
-# kubectl create secret generic redis-creds --from-literal=uri=$DATABASE_URI
+# kubectl create secret generic redis-creds --from-literal=database-uri=$DATABASE_URI
4
5
---
6
apiVersion: v1
7
kind: Secret
8
metadata:
9
10
data:
11
- uri: cmVkaXM6Ly86QHJlZGlzOjYzNzkvMA==
+ database-uri: cmVkaXM6Ly86QHJlZGlzOjYzNzkvMA==
0 commit comments