add namespace to metadata in credential-rotation.yaml

This commit is contained in:
Mirco 2024-04-17 11:37:52 +02:00
parent 226046d278
commit cab9b573c1

View file

@ -2,6 +2,7 @@ apiVersion: v1
kind: Secret kind: Secret
metadata: metadata:
name: rotation-credential-secret name: rotation-credential-secret
namespace: nextcloud
type: Opaque type: Opaque
data: data:
rotation-credential: "dGVzdAo=" rotation-credential: "dGVzdAo="