blob: 22ba9b5ae7b9269b45b08bcd38e2067f59eb2c8c [file] [log] [blame]
Giorgi Lekveishvili925f0de2024-03-14 18:51:56 +04001input: {}
2
3name: "hydra-maester"
4namespace: "auth"
5
gio7fbd4ad2024-08-27 10:06:39 +04006out: {
7 images: {
8 hydraMaester: {
9 repository: "giolekva"
10 name: "ory-hydra-maester"
11 tag: "latest"
12 pullPolicy: "Always"
13 }
Giorgi Lekveishvili925f0de2024-03-14 18:51:56 +040014 }
Giorgi Lekveishvili925f0de2024-03-14 18:51:56 +040015
gio7fbd4ad2024-08-27 10:06:39 +040016 charts: {
17 hydraMaester: {
18 kind: "GitRepository"
19 address: "https://code.v1.dodo.cloud/helm-charts"
20 branch: "main"
21 path: "charts/hydra-maester"
22 }
Giorgi Lekveishvili925f0de2024-03-14 18:51:56 +040023 }
Giorgi Lekveishvili925f0de2024-03-14 18:51:56 +040024
gio7fbd4ad2024-08-27 10:06:39 +040025 helm: {
26 "hydra-maester": {
27 chart: charts.hydraMaester
28 values: {
29 adminService: {
30 name: "foo.bar.svc.cluster.local"
31 port: 80
32 scheme: "http"
33 }
34 image: {
35 repository: images.hydraMaester.fullName
36 tag: images.hydraMaester.tag
37 pullPolicy: images.hydraMaester.pullPolicy
38 }
Giorgi Lekveishvili925f0de2024-03-14 18:51:56 +040039 }
40 }
41 }
42}