blob: 725c3b2a44ed227c98eb016a07518dde5c8ddf34 [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 Lekveishvilia09fad72024-03-21 15:24:35 +040022 dependsOn: [{
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040023 name: "ingress-nginx"
24 namespace: "\(global.namespacePrefix)ingress-private"
25 }]
26 values: {
27 issuer: {
gio7841f4f2024-07-26 19:53:49 +040028 name: input.network.certificateIssuer
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040029 server: "https://acme-v02.api.letsencrypt.org/directory"
gio7841f4f2024-07-26 19:53:49 +040030 domain: input.network.domain
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040031 contactEmail: global.contactEmail
gio7841f4f2024-07-26 19:53:49 +040032 ingressClass: input.network.ingressClass
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040033 }
34 }
35 }
36}