add namespace to secret

This commit is contained in:
2024-06-10 23:00:28 +10:00
parent 24d84a017a
commit fe803757cf
4 changed files with 58 additions and 12 deletions

View File

@@ -1,13 +1,3 @@
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
kind: ClusterIssuer
metadata:

View File

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