fix decryption issue

This commit is contained in:
2024-06-10 23:45:23 +10:00
parent 6e548df813
commit 59a12ecd62

View File

@@ -2,7 +2,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization kind: Kustomization
metadata: metadata:
name: cert-manager-secrets name: cert-manager-secrets
namespace: cert-manager namespace: flux-system
spec: spec:
interval: 1h interval: 1h
path: ./cert-manager path: ./cert-manager
@@ -18,7 +18,6 @@ spec:
provider: sops provider: sops
secretRef: secretRef:
name: sops-age name: sops-age
namespace: flux-system
--- ---
apiVersion: kustomize.toolkit.fluxcd.io/v1 apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization kind: Kustomization