mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
fix secret name
This commit is contained in:
parent
4331e633ba
commit
c743bd7b3e
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: bitnami.com/v1alpha1
|
||||||
kind: SealedSecret
|
kind: SealedSecret
|
||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
name: my-secret
|
name: durpapi-secret
|
||||||
namespace: durpapi
|
namespace: durpapi
|
||||||
spec:
|
spec:
|
||||||
encryptedData:
|
encryptedData:
|
||||||
|
|
@ -13,6 +13,6 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
name: my-secret
|
name: durpapi-secret
|
||||||
namespace: durpapi
|
namespace: durpapi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue