test non encrypted secret

This commit is contained in:
2024-06-10 22:16:00 +10:00
parent a014536685
commit 24d84a017a
4 changed files with 13 additions and 9 deletions

View File

@@ -2,3 +2,4 @@ creation_rules:
- path_regex: \.ya?ml$ - path_regex: \.ya?ml$
encrypted_regex: ^(data|stringData)$ encrypted_regex: ^(data|stringData)$
pgp: 6CEA91DDB1964869C94DCEC7AF6E3BB1B44F669B pgp: 6CEA91DDB1964869C94DCEC7AF6E3BB1B44F669B
age: age1d47q8mlty404pxx378q49hr93aqexca4mkeqtdm00w4gjd09xd0qhxcdcz

View File

@@ -1,9 +0,0 @@
apiVersion: v1
kind: Secret
metadata:
name: cert-manager-secrets
type: Opaque
stringData:
email: test_email
cert-manager-dns01: test_token
immutable: true

View File

@@ -1,3 +1,13 @@
apiVersion: v1
kind: Secret
metadata:
name: cert-manager-secrets
type: Opaque
stringData:
email: "test_email"
cert-manager-dns01: "test_token"
immutable: true
---
apiVersion: cert-manager.io/v1 apiVersion: cert-manager.io/v1
kind: ClusterIssuer kind: ClusterIssuer
metadata: metadata:

View File

@@ -13,3 +13,5 @@ spec:
- http01: - http01:
ingress: ingress:
class: nginx class: nginx
dependsOn:
- name: letsencrypt-dns01