From 2bfde8c4254a4f1ee878388c6ed751c37e7ef1fa Mon Sep 17 00:00:00 2001 From: roukydesbois Date: Tue, 5 Nov 2024 08:37:03 +0000 Subject: [PATCH 1/3] removed references to secrets --- k3s-tooling/values.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/k3s-tooling/values.yaml b/k3s-tooling/values.yaml index 52991a0..98fbd99 100644 --- a/k3s-tooling/values.yaml +++ b/k3s-tooling/values.yaml @@ -31,15 +31,7 @@ tailscaleOperator: namespace: tailscale oauth: clientId: - valueFrom: - secretKeyRef: - name: tailscale-operator-config - key: client-id clientSecret: - valueFrom: - secretKeyRef: - name: tailscale-operator-config - key: client-secret operatorHostname: tailscale-operator traefik: From 7fb02e9c6a71d7b3e5e6fd5e960e3432a03c8197 Mon Sep 17 00:00:00 2001 From: roukydesbois Date: Tue, 5 Nov 2024 13:58:39 +0000 Subject: [PATCH 2/3] adding annotation for resolveing sync --- k3s-tooling/templates/traefik.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/k3s-tooling/templates/traefik.yaml b/k3s-tooling/templates/traefik.yaml index 6466785..de37cd8 100644 --- a/k3s-tooling/templates/traefik.yaml +++ b/k3s-tooling/templates/traefik.yaml @@ -12,6 +12,13 @@ spec: repoURL: "https://traefik.github.io/charts" chart: traefik targetRevision: {{ .Values.traefik.targetRevision }} + helm: + valuesObject: + ingressRoute: + dashboard: + enabled: false + annotations: + test: test destination: server: {{ .Values.traefik.destination.server }} namespace: {{ .Values.traefik.destination.namespace }} From 8ba0ebf37f6b1600166aa63e3a7f6489396e2d15 Mon Sep 17 00:00:00 2001 From: roukydesbois Date: Tue, 5 Nov 2024 15:42:24 +0000 Subject: [PATCH 3/3] removed hyphen from file name --- k3s-tooling/templates/{cert-manager.yaml => certmanager.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename k3s-tooling/templates/{cert-manager.yaml => certmanager.yaml} (100%) diff --git a/k3s-tooling/templates/cert-manager.yaml b/k3s-tooling/templates/certmanager.yaml similarity index 100% rename from k3s-tooling/templates/cert-manager.yaml rename to k3s-tooling/templates/certmanager.yaml