We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are several incorrect indentations in the helm/cert-exporter/templates/cert-manager/cert-manager.yaml which makes incorrect chart templating.
cert-exporter/helm/cert-exporter/templates/cert-manager/cert-manager.yaml
Line 56 in d03d17c
resources: {{- toYaml .Values.certManager.resources | nindent 12 }} volumeMounts: {{- toYaml .Values.certManager.volumeMounts | nindent 12 }}
should be:
Line 66 in d03d17c
readinessProbe: httpGet: path: /metrics port: {{ .Values.certManager.containerPort }} failureThreshold: 1 periodSeconds: 10
Line 81 in d03d17c
volumes: {{- toYaml .Values.certManager.volumes | nindent 8 }}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are several incorrect indentations in the helm/cert-exporter/templates/cert-manager/cert-manager.yaml which makes incorrect chart templating.
cert-exporter/helm/cert-exporter/templates/cert-manager/cert-manager.yaml
Line 56 in d03d17c
actual:
should be:
cert-exporter/helm/cert-exporter/templates/cert-manager/cert-manager.yaml
Line 66 in d03d17c
actual:
should be:
cert-exporter/helm/cert-exporter/templates/cert-manager/cert-manager.yaml
Line 81 in d03d17c
actual:
should be:
The text was updated successfully, but these errors were encountered: