mirror of
https://github.com/SinTan1729/chhoto-url
synced 2025-04-19 11:20:00 -05:00
10 lines
181 B
YAML
10 lines
181 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: secret
|
|
type: Opaque
|
|
data:
|
|
password: {{ .Values.password }}
|
|
{{- if .Values.api_key }}
|
|
api_key: {{ .Values.api_key }}
|
|
{{- end }}
|