blob: 0b04f7120be61f675a8e7242e464950a0d6323d5 [file] [log] [blame]
krishnaa9620552e72021-05-18 18:52:56 +05301{{- define "oof.etcd.env" -}}
2- name: OS_ETCD_API__USERNAME
3 {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "oof-has-etcd-secret" "key" "login") | indent 2 }}
4- name: OS_ETCD_API__PASSWORD
5 {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "oof-has-etcd-secret" "key" "password") | indent 2 }}
6{{- end -}}