fix: fix values, add testdata, remove empty notes

This commit is contained in:
Marc Singer 2026-02-15 00:19:05 +01:00
parent 537ffcc184
commit a229c407af
4 changed files with 14 additions and 1 deletions

View file

@ -5,7 +5,7 @@ certManager:
serviceAccountName: cert-manager
image:
repository: ghcr.io/pr0ton11/cert-manager-desec-webhook:latest
repository: ghcr.io/pr0ton11/cert-manager-desec-webhook
tag: latest
pullPolicy: IfNotPresent

6
testdata/desec/config.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"apiKeySecretRef": {
"name": "desec-token",
"key": "token"
}
}

7
testdata/desec/secret.yaml vendored Normal file
View file

@ -0,0 +1,7 @@
apiVersion: v1
kind: Secret
metadata:
name: desec-token
data:
token: changeme
type: Opaque