blob: 145a73558e35ac417babe75ae2d596f4d64e8ef3 [file] [log] [blame]
Giorgi Lekveishvili12850ee2023-06-22 13:11:17 +04001apiVersion: helm.toolkit.fluxcd.io/v2beta1
2kind: HelmRelease
3metadata:
Giorgi Lekveishvilibc56b552023-06-22 14:38:05 +04004 name: welcome
Giorgi Lekveishvili7fb28bf2023-06-24 19:51:16 +04005 namespace: {{ .Release.Namespace }}
Giorgi Lekveishvili12850ee2023-06-22 13:11:17 +04006spec:
Giorgi Lekveishvili12850ee2023-06-22 13:11:17 +04007 chart:
8 spec:
9 chart: charts/welcome
10 sourceRef:
11 kind: GitRepository
12 name: pcloud
13 namespace: {{ .Global.Id }}
14 interval: 1m0s
15 values:
16 repoAddr: {{ .Values.RepoAddr }}
17 sshPrivateKey: {{ .Values.SSHPrivateKey | b64enc }}
18 ingress:
19 className: {{ .Global.PCloudEnvName }}-ingress-public
Giorgi Lekveishvili7fb28bf2023-06-24 19:51:16 +040020 domain: welcome.{{ .Global.Domain }}
Giorgi Lekveishvili12850ee2023-06-22 13:11:17 +040021 certificateIssuer: {{ .Global.Id }}-public
Giorgi Lekveishvili9d037332023-07-06 19:48:49 +040022 clusterRoleName: {{ .Global.Id }}-welcome