| Giorgi Lekveishvili | 12850ee | 2023-06-22 13:11:17 +0400 | [diff] [blame] | 1 | apiVersion: helm.toolkit.fluxcd.io/v2beta1 |
| 2 | kind: HelmRelease |
| 3 | metadata: |
| Giorgi Lekveishvili | bc56b55 | 2023-06-22 14:38:05 +0400 | [diff] [blame] | 4 | name: welcome |
| Giorgi Lekveishvili | 7fb28bf | 2023-06-24 19:51:16 +0400 | [diff] [blame] | 5 | namespace: {{ .Release.Namespace }} |
| Giorgi Lekveishvili | 12850ee | 2023-06-22 13:11:17 +0400 | [diff] [blame] | 6 | spec: |
| Giorgi Lekveishvili | 12850ee | 2023-06-22 13:11:17 +0400 | [diff] [blame] | 7 | 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 }} |
| Giorgi Lekveishvili | c89b900 | 2023-12-21 13:09:26 +0400 | [diff] [blame^] | 18 | createAccountAddr: http://api.{{ .Global.NamespacePrefix}}core-auth.svc.cluster.local/identities |
| Giorgi Lekveishvili | 12850ee | 2023-06-22 13:11:17 +0400 | [diff] [blame] | 19 | ingress: |
| 20 | className: {{ .Global.PCloudEnvName }}-ingress-public |
| Giorgi Lekveishvili | 7fb28bf | 2023-06-24 19:51:16 +0400 | [diff] [blame] | 21 | domain: welcome.{{ .Global.Domain }} |
| Giorgi Lekveishvili | 12850ee | 2023-06-22 13:11:17 +0400 | [diff] [blame] | 22 | certificateIssuer: {{ .Global.Id }}-public |
| Giorgi Lekveishvili | 9d03733 | 2023-07-06 19:48:49 +0400 | [diff] [blame] | 23 | clusterRoleName: {{ .Global.Id }}-welcome |