mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00: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
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue