refactor: update Vault secret paths to new categorized structure

- argocd: zot → storage/zot, github → platform/github, gitea → platform/gitea
- gitea-runner: gitea → platform/gitea, zot → storage/zot
- tekton: tekton → platform/tekton, zot → storage/zot

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-11 22:36:27 +09:00
parent fa8a2dc805
commit f50497e49e
5 changed files with 12 additions and 12 deletions

View File

@@ -19,11 +19,11 @@ spec:
data: data:
- secretKey: USERNAME - secretKey: USERNAME
remoteRef: remoteRef:
key: zot key: storage/zot
property: USERNAME property: USERNAME
- secretKey: PASSWORD - secretKey: PASSWORD
remoteRef: remoteRef:
key: zot key: storage/zot
property: PASSWORD property: PASSWORD
--- ---
apiVersion: external-secrets.io/v1 apiVersion: external-secrets.io/v1
@@ -42,11 +42,11 @@ spec:
data: data:
- secretKey: username - secretKey: username
remoteRef: remoteRef:
key: github key: platform/github
property: username property: username
- secretKey: password - secretKey: password
remoteRef: remoteRef:
key: github key: platform/github
property: password property: password
--- ---
apiVersion: external-secrets.io/v1 apiVersion: external-secrets.io/v1
@@ -74,9 +74,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

View File

@@ -14,5 +14,5 @@ spec:
data: data:
- secretKey: token - secretKey: token
remoteRef: remoteRef:
key: gitea key: platform/gitea
property: runner_token property: runner_token

View File

@@ -19,9 +19,9 @@ spec:
data: data:
- secretKey: USERNAME - secretKey: USERNAME
remoteRef: remoteRef:
key: zot key: storage/zot
property: USERNAME property: USERNAME
- secretKey: PASSWORD - secretKey: PASSWORD
remoteRef: remoteRef:
key: zot key: storage/zot
property: PASSWORD property: PASSWORD

View File

@@ -19,9 +19,9 @@ spec:
data: data:
- secretKey: USERNAME - secretKey: USERNAME
remoteRef: remoteRef:
key: zot key: storage/zot
property: USERNAME property: USERNAME
- secretKey: PASSWORD - secretKey: PASSWORD
remoteRef: remoteRef:
key: zot key: storage/zot
property: PASSWORD property: PASSWORD

View File

@@ -14,5 +14,5 @@ spec:
data: data:
- secretKey: webhook-secret - secretKey: webhook-secret
remoteRef: remoteRef:
key: tekton key: platform/tekton
property: GITEA_WEBHOOK_SECRET property: GITEA_WEBHOOK_SECRET