blob: 35242bfa0a2c4ca8af27605aca65fe805542cde7 [file] [log] [blame]
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +04001input: {}
2
3images: {}
4
Giorgi Lekveishvili03d6f4b2024-03-08 13:05:21 +04005name: "certificate-issuer-public"
Giorgi Lekveishvili08af67a2024-01-18 08:53:05 +04006namespace: "ingress-private"
7
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +04008charts: {
9 "certificate-issuer-public": {
giof8843412024-05-22 16:38:05 +040010 kind: "GitRepository"
11 address: "https://github.com/giolekva/pcloud.git"
12 branch: "main"
13 path: "charts/certificate-issuer-public"
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040014 }
15}
16
17helm: {
18 "certificate-issuer-public": {
19 chart: charts["certificate-issuer-public"]
Giorgi Lekveishvilia09fad72024-03-21 15:24:35 +040020 dependsOn: [{
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040021 name: "ingress-nginx"
22 namespace: "\(global.namespacePrefix)ingress-private"
23 }]
24 values: {
25 issuer: {
gioe72b54f2024-04-22 10:44:41 +040026 name: issuerPublic
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040027 server: "https://acme-v02.api.letsencrypt.org/directory"
28 // server: "https://acme-staging-v02.api.letsencrypt.org/directory"
29 domain: global.domain
30 contactEmail: global.contactEmail
gioe72b54f2024-04-22 10:44:41 +040031 ingressClass: ingressPublic
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040032 }
33 }
34 }
35}