Update gitea-credentials ExternalSecret Vault path
Change key from 'gitea' to 'platform/gitea' to match the new categorized Vault secret structure. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -14,9 +14,9 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: username
|
- secretKey: username
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: gitea
|
key: platform/gitea
|
||||||
property: username
|
property: username
|
||||||
- secretKey: password
|
- secretKey: password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: gitea
|
key: platform/gitea
|
||||||
property: password
|
property: password
|
||||||
|
|||||||
Reference in New Issue
Block a user