🎉 initial commit
This commit is contained in:
9
k8s/handheld-devices/templates/secret.yaml
Normal file
9
k8s/handheld-devices/templates/secret.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: handheld-devices-secrets
|
||||
labels:
|
||||
app.kubernetes.io/name: handheld-devices
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
data:
|
||||
db-password: {{ .Values.dbPassword | b64enc }}
|
||||
Reference in New Issue
Block a user