We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abef2c6 commit 1e27cdbCopy full SHA for 1e27cdb
charts/jxgh/lighthouse/values.yaml.gotmpl
@@ -12,7 +12,7 @@ git:
12
13
service:
14
name: hook
15
-
+
16
replicaCount: 2
17
18
{{- if eq .Values.jxRequirements.cluster.provider "gke" }}
@@ -62,6 +62,14 @@ vault:
62
hmacTokenEnabled: false
63
{{- end }}
64
65
+{{- if hasKey .Values.jxRequirements "argocd" }}
66
+{{- if .Values.jxRequirements.argocd.enabled }}
67
+# avoid creating new secrets. bypasses 'jx secret' steps in Makefile
68
+hmacSecretName: lighthouse-hmac-token
69
+oauthSecretName: lighthouse-oauth-token
70
+{{- end }}
71
72
73
{{- if hasKey .Values.jxRequirements.cluster "clusterName" }}
74
clusterName: "{{ .Values.jxRequirements.cluster.clusterName }}"
75
0 commit comments