Compare commits

..

1 Commits

Author SHA1 Message Date
Pavel Vitouš
b44e61d7d2 Merge pull request #6 from ysoftdevs/cert-manager-webhook
Use cert-manager as webhook cert signer
2022-08-12 10:13:22 +02:00
2 changed files with 2 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.28
version: 0.0.27
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

View File

@@ -1,4 +1,3 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: {{ include "imagepullsecret-injector.certificateName" . }}
@@ -10,4 +9,4 @@ spec:
issuerRef:
kind: ClusterIssuer
name: {{ .Values.clusterIssuer }}
secretName: {{ include "imagepullsecret-injector.certificateSecretName" . | quote }}
secretName: {{ include "imagepullsecret-injector.certificateSecretName" . | quote }}