blob: 4a50d6fda53cea7bb71802cdfe8242caac9f55de [file] [log] [blame]
Giorgi Lekveishvili925f0de2024-03-14 18:51:56 +04001input: {}
2
gio9bd87ca2025-04-20 08:05:34 +04003name: "hydra-maester"
Giorgi Lekveishvili925f0de2024-03-14 18:51:56 +04004namespace: "auth"
5
gio7fbd4ad2024-08-27 10:06:39 +04006out: {
7 images: {
8 hydraMaester: {
9 repository: "giolekva"
gio9bd87ca2025-04-20 08:05:34 +040010 name: "ory-hydra-maester"
11 tag: "latest"
gio7fbd4ad2024-08-27 10:06:39 +040012 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: {
gio9bd87ca2025-04-20 08:05:34 +040018 kind: "GitRepository"
gio7fbd4ad2024-08-27 10:06:39 +040019 address: "https://code.v1.dodo.cloud/helm-charts"
gio9bd87ca2025-04-20 08:05:34 +040020 branch: "main"
21 path: "charts/hydra-maester"
gio7fbd4ad2024-08-27 10:06:39 +040022 }
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: {
gio9bd87ca2025-04-20 08:05:34 +040030 name: "foo.bar.svc.cluster.local"
31 port: 80
gio7fbd4ad2024-08-27 10:06:39 +040032 scheme: "http"
33 }
34 image: {
35 repository: images.hydraMaester.fullName
gio9bd87ca2025-04-20 08:05:34 +040036 tag: images.hydraMaester.tag
gio7fbd4ad2024-08-27 10:06:39 +040037 pullPolicy: images.hydraMaester.pullPolicy
38 }
Giorgi Lekveishvili925f0de2024-03-14 18:51:56 +040039 }
40 }
41 }
42}