blob: b25219a2094299022851781defe4ffdb53488544 [file] [log] [blame]
gio7841f4f2024-07-26 19:53:49 +04001input: {
2 network: #Network
3}
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +04004
5images: {}
6
Giorgi Lekveishvili03d6f4b2024-03-08 13:05:21 +04007name: "certificate-issuer-public"
Giorgi Lekveishvili08af67a2024-01-18 08:53:05 +04008namespace: "ingress-private"
9
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040010charts: {
11 "certificate-issuer-public": {
giof8843412024-05-22 16:38:05 +040012 kind: "GitRepository"
13 address: "https://github.com/giolekva/pcloud.git"
14 branch: "main"
15 path: "charts/certificate-issuer-public"
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040016 }
17}
18
19helm: {
20 "certificate-issuer-public": {
21 chart: charts["certificate-issuer-public"]
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040022 values: {
23 issuer: {
gio7841f4f2024-07-26 19:53:49 +040024 name: input.network.certificateIssuer
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040025 server: "https://acme-v02.api.letsencrypt.org/directory"
gio7841f4f2024-07-26 19:53:49 +040026 domain: input.network.domain
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040027 contactEmail: global.contactEmail
gio7841f4f2024-07-26 19:53:49 +040028 ingressClass: input.network.ingressClass
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040029 }
30 }
31 }
32}