Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots committed Aug 8, 2024
1 parent 0d51e8c commit 5bdf58a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/rcodezero-webhook/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: v2
name: certmanager-webhook-rcodezero
version: 0.3.3
version: 0.4.0
description: Cert Manager Webhook for RcdoezERo.
type: application
home: https://github.com/blankdots/certmanager-webhook-rcodezero
maintainers:
- name: Michael Braunoeder
email: [email protected]
url: https://www.rcodezero.at
appVersion: v0.3.0
appVersion: v0.4.0
12 changes: 12 additions & 0 deletions charts/rcodezero-webhook/templates/secret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{{- if .Values.rcodezeroApiToken }}
apiVersion: v1
kind: Secret
metadata:
name: gandi-credentials
namespace: {{ .Release.Namespace | quote }}
labels:
{{- include "cert-manager-webhook-gandi.labels" . | nindent 4 }}
type: Opaque
data:
api-token: {{ .Values.rcodezeroApiToken | toString | b64enc | quote }}
{{- end }}
4 changes: 4 additions & 0 deletions charts/rcodezero-webhook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,7 @@ podSecurityContext:
##
supplementalGroups: []

# -- rcodezero Secret API key
# -- To not store it in plain text, use sops or similar.
# -- The secret is not created if not set.
rcodezeroApiToken: ""

0 comments on commit 5bdf58a

Please sign in to comment.