about summary refs log tree commit diff
path: root/tools/argocd/templates/secret.yaml
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-28 17:54:07 +0200
committermakefunstuff <[email protected]>2024-06-28 17:54:07 +0200
commitb427ae29bd6d0abc447d70fe082ceddfcc42a10e (patch)
tree0971f5c20c64f9ba2fa81b753e200ffcf7db56c9 /tools/argocd/templates/secret.yaml
parent8c6eeb9045125aa3b0666deccc3815e78112ea16 (diff)
downloadk3s-lab-b427ae29bd6d0abc447d70fe082ceddfcc42a10e.tar.gz
it works!!!!!1111
Diffstat (limited to '')
-rw-r--r--tools/argocd/templates/secret.yaml11
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 }}
-