Commit 1cacfc4d authored by gitirabassi's avatar gitirabassi Committed by David McKay

re-removed cert-manager dependency

parent c9f60b7f
dependencies:
- name: cert-manager
repository: https://charts.jetstack.io
version: v0.14.2
digest: sha256:1a7838b8f56a6d9dfde5e6a64ef0bf2cd1fd1db20c105471eaa78af4fd9ed342
generated: "2020-04-22T15:24:20.379526+02:00"
......@@ -31,14 +31,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.0
version: 1.0.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: v1.0.6
dependencies:
- name: cert-manager
version: v0.14.2
repository: https://charts.jetstack.io
condition: certManager.chart.enable
{{- if .Values.certManager.certificate.enable -}}
{{- if .Values.certManager.enable -}}
apiVersion: cert-manager.io/v1alpha2
kind: Certificate
metadata:
......
{{- if .Values.certManager.certificate.enable -}}
{{- if .Values.certManager.enable -}}
apiVersion: cert-manager.io/v1alpha2
kind: Issuer
metadata:
......
......@@ -7,7 +7,7 @@ metadata:
stringData: {{ .Values.classes.data | toYaml | nindent 2 }}
{{- end }}
---
{{- if eq .Values.certManager.certificate.enable false -}}
{{- if eq .Values.certManager.enable false -}}
apiVersion: v1
kind: Secret
type: kubernetes.io/tls
......
......@@ -10,10 +10,7 @@ classes:
data: {}
certManager:
chart:
enable: false
certificate:
enable: true
enable: false
imagePullSecrets: []
nameOverride: ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment