mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 00:11:21 -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
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
name: my-secret
|
||||
name: durpapi-secret
|
||||
namespace: durpapi
|
||||
spec:
|
||||
encryptedData:
|
||||
|
|
@ -13,6 +13,6 @@ spec:
|
|||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
name: my-secret
|
||||
name: durpapi-secret
|
||||
namespace: durpapi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue