Added new secrets to secret store

This commit is contained in:
Marcin-Ramotowski
2025-08-01 00:19:06 +02:00
parent 9659af1c9a
commit 3fb4ffd621

View File

@ -6,11 +6,13 @@ metadata:
spec: spec:
provider: azure provider: azure
secretObjects: secretObjects:
- secretName: acr-creds - secretName: gitea-secrets
type: Opaque type: Opaque
data: data:
- objectName: acr-password - objectName: gitea-known-host
- key: password key: GITEA_KNOWN_HOST
- objectName: gitea-deploy-key
key: GITEA_DEPLOY_KEY
parameters: parameters:
usePodIdentity: "false" usePodIdentity: "false"
useVMManagedIdentity: "true" useVMManagedIdentity: "true"