mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update
This commit is contained in:
parent
dff580e991
commit
4ad72ea0d4
2 changed files with 22 additions and 5 deletions
|
|
@ -62,15 +62,33 @@ spec:
|
|||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: octopusdeploy-connectionstring
|
||||
name: octopusdeploy-masterkey
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: vault
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: octopusdeploy-connectionstring
|
||||
name: octopusdeploy-masterkey
|
||||
data:
|
||||
- secretKey: secret
|
||||
remoteRef:
|
||||
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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
octopusdeploy-helm:
|
||||
octopus:
|
||||
createSecrets: false
|
||||
acceptEula: Y
|
||||
username: admin
|
||||
password: temp
|
||||
mssql:
|
||||
enabled: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue