aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/oof/components/oof-templates/templates/_secret.tpl
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2024-08-13 09:59:22 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2024-08-13 13:22:12 +0200
commit8c66f85d7348b09de54b7479757878d96f1c1cd0 (patch)
treeb4d27de208bbc49ba82a33a2404cc525ca1a2059 /kubernetes/oof/components/oof-templates/templates/_secret.tpl
parent2ce0437988709fd8af46c8f922f1d22d312e49f9 (diff)
[COMMON] Cleanup charts
- archive charts, which are not maintained anymore - archive subcharts in SDNC, MSB, DCAEGEN2-SERVICES - Cleanup environment and override files Issue-ID: OOM-3309 Issue-ID: ONAPARC-805 Change-Id: If19a807fefa574ceb9b90ac1eb84d9642729323d Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Diffstat (limited to 'kubernetes/oof/components/oof-templates/templates/_secret.tpl')
-rw-r--r--kubernetes/oof/components/oof-templates/templates/_secret.tpl6
1 files changed, 0 insertions, 6 deletions
diff --git a/kubernetes/oof/components/oof-templates/templates/_secret.tpl b/kubernetes/oof/components/oof-templates/templates/_secret.tpl
deleted file mode 100644
index 0b04f7120b..0000000000
--- a/kubernetes/oof/components/oof-templates/templates/_secret.tpl
+++ /dev/null
@@ -1,6 +0,0 @@
-{{- 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 -}} \ No newline at end of file