diff options
author | makefunstuff <[email protected]> | 2024-06-28 17:54:07 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-28 17:54:07 +0200 |
commit | b427ae29bd6d0abc447d70fe082ceddfcc42a10e (patch) | |
tree | 0971f5c20c64f9ba2fa81b753e200ffcf7db56c9 /tools/argocd/templates/secret.yaml | |
parent | 8c6eeb9045125aa3b0666deccc3815e78112ea16 (diff) | |
download | k3s-lab-b427ae29bd6d0abc447d70fe082ceddfcc42a10e.tar.gz |
it works!!!!!1111
Diffstat (limited to '')
-rw-r--r-- | tools/argocd/templates/secret.yaml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/argocd/templates/secret.yaml b/tools/argocd/templates/secret.yaml deleted file mode 100644 index c80372c..0000000 --- a/tools/argocd/templates/secret.yaml +++ /dev/null @@ -1,11 +0,0 @@ -{{- if not (lookup "v1" "Secret" .Values.namespace "argocd-secret") }} -apiVersion: v1 -kind: Secret -metadata: - name: argocd-secret - namespace: {{ .Values.namespace }} -type: Opaque -data: - admin.password: {{ .Values.argocd.adminPassword | b64enc }} -{{- end }} - |