cocopilot
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ include "cocopilot.fullname" . | printf "%s-cocopilot"}}
|
||||
labels:
|
||||
app: {{ include "cocopilot.fullname" . | printf "%s-cocopilot"}}
|
||||
{{- include "cocopilot.labels" . | nindent 4 }}
|
||||
type: Opaque
|
||||
data:
|
||||
password: {{ .Values.config.secretKey | b64enc }}
|
||||
Reference in New Issue
Block a user