fix: make create cluster more flexible and robust

This commit is contained in:
Jonas Juselius
2024-04-22 10:26:37 +02:00
parent 62d65e5573
commit ba2b1d9b2c
4 changed files with 40 additions and 17 deletions
@@ -9,11 +9,6 @@ metadata:
namespace: argocd
type: Opaque
stringData:
config: '{"bearerToken": {{ .Files.Get "_token" }}, "tlsClientConfig": { "insecure" : true }}'
config: '{"bearerToken": "token", "tlsClientConfig": { "insecure" : true }}'
name: {{ $fullname }}
server: https://{{ $fullname }}.{{ .Release.Namespace }}