blob: 0b04f7120be61f675a8e7242e464950a0d6323d5 [file] [log] [blame]
{{- 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 -}}