test non encrypted secret
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
|
||||||
@@ -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:
|
||||||
|
|||||||
@@ -13,3 +13,5 @@ spec:
|
|||||||
- http01:
|
- http01:
|
||||||
ingress:
|
ingress:
|
||||||
class: nginx
|
class: nginx
|
||||||
|
dependsOn:
|
||||||
|
- name: letsencrypt-dns01
|
||||||
|
|||||||
Reference in New Issue
Block a user