This commit is contained in:
2025-04-20 10:41:53 -05:00
parent dff580e991
commit 4ad72ea0d4
2 changed files with 22 additions and 5 deletions

View File

@@ -62,15 +62,33 @@ spec:
apiVersion: external-secrets.io/v1beta1 apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret kind: ExternalSecret
metadata: metadata:
name: octopusdeploy-connectionstring name: octopusdeploy-masterkey
spec: spec:
secretStoreRef: secretStoreRef:
name: vault name: vault
kind: ClusterSecretStore kind: ClusterSecretStore
target: target:
name: octopusdeploy-connectionstring name: octopusdeploy-masterkey
data: data:
- secretKey: secret - secretKey: secret
remoteRef: remoteRef:
key: kv/octopusdeploy key: kv/octopusdeploy
property: connectionstring property: masterkey
---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: octopusdeploy-sapassword
spec:
secretStoreRef:
name: vault
kind: ClusterSecretStore
target:
name: octopusdeploy-sapassword
data:
- secretKey: secret
remoteRef:
key: kv/octopusdeploy
property: sapassword

View File

@@ -1,7 +1,6 @@
octopusdeploy-helm: octopusdeploy-helm:
octopus: octopus:
createSecrets: false
acceptEula: Y acceptEula: Y
username: admin
password: temp
mssql: mssql:
enabled: true enabled: true