aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/oof/components/oof-templates/templates/_secret.tpl
blob: 0b04f7120be61f675a8e7242e464950a0d6323d5 (plain)
1
2
3
4
5
6
{{- define "oof.etcd.env" -}}
- name: OS_ETCD_API__USERNAME
  {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "oof-has-etcd-secret" "key" "login") | indent 2 }}
- name: OS_ETCD_API__PASSWORD
  {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "oof-has-etcd-secret" "key" "password") | indent 2 }}
{{- end -}}