add namespace to metadata in credential-rotation.yaml
This commit is contained in:
parent
226046d278
commit
cab9b573c1
1 changed files with 1 additions and 0 deletions
|
@ -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="
|
Loading…
Reference in a new issue