wip: Match chart to k8s state
This commit is contained in:
@@ -21,6 +21,7 @@ spec:
|
||||
sourceRepos:
|
||||
- '{{ .Values.cluster_config.manifests }}'
|
||||
- 'https://argoproj.github.io/argo-helm'
|
||||
- 'https://gitlab.com/oceanbox/manifests.git'
|
||||
- 'https://kubernetes-sigs.github.io/metrics-server/'
|
||||
- 'https://kubernetes.github.io/ingress-nginx'
|
||||
- 'https://cloudnative-pg.github.io/charts'
|
||||
|
||||
@@ -10,7 +10,7 @@ spec:
|
||||
# The ACME server URL
|
||||
server: https://acme-v02.api.letsencrypt.org/directory
|
||||
# Email address used for ACME registration
|
||||
email: {{ .Values.cluster_config.acme_email }}
|
||||
email: {{ .Values.clusterConfig.acme_email }}
|
||||
# Name of a secret used to store the ACME account private key
|
||||
privateKeySecretRef:
|
||||
name: letsencrypt-production
|
||||
@@ -30,7 +30,7 @@ spec:
|
||||
# The ACME server URL
|
||||
server: https://acme-staging-v02.api.letsencrypt.org/directory
|
||||
# Email address used for ACME registration
|
||||
email: {{ .Values.cluster_config.acme_email }}
|
||||
email: {{ .Values.clusterConfig.acme_email }}
|
||||
# Name of a secret used to store the ACME account private key
|
||||
privateKeySecretRef:
|
||||
name: letsencrypt-staging
|
||||
@@ -93,7 +93,7 @@ rules:
|
||||
- watch
|
||||
---
|
||||
|
||||
{{ if .Values.cluster_config.initca }}
|
||||
{{ if .Values.clusterConfig.initca }}
|
||||
|
||||
# Pod to update certificates from master nodes
|
||||
# only runs on control plane nodes (etcd)
|
||||
@@ -153,11 +153,11 @@ spec:
|
||||
volumes:
|
||||
- name: ca-pem
|
||||
hostPath:
|
||||
path: {{.Values.cluster_config.initca}}/ca.pem
|
||||
path: {{.Values.clusterConfig.initca}}/ca.pem
|
||||
type: File
|
||||
- name: ca-key-pem
|
||||
hostPath:
|
||||
path: {{.Values.cluster_config.initca}}/ca-key.pem
|
||||
path: {{.Values.clusterConfig.initca}}/ca-key.pem
|
||||
type: File
|
||||
- name: certs-script
|
||||
configMap:
|
||||
|
||||
Reference in New Issue
Block a user