We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abef2c6 commit cdd604fCopy full SHA for cdd604f
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,12 @@ vault:
62
hmacTokenEnabled: false
63
{{- end }}
64
65
+{{- if and (hasKey .Values.jxRequirements.cluster "argocd") (.Values.jxRequirements.cluster.argocd.enabled) }}
66
+# avoid creating new secrets. bypasses 'jx secret' steps in Makefile
67
+hmacSecretName: lighthouse-hmac-token
68
+oauthSecretName: lighthouse-oauth-token
69
+{{- end }}
70
71
{{- if hasKey .Values.jxRequirements.cluster "clusterName" }}
72
clusterName: "{{ .Values.jxRequirements.cluster.clusterName }}"
73
0 commit comments