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
7bcd121e3c
commit
ac90414c06
1 changed files with 17 additions and 5 deletions
|
|
@ -4,7 +4,6 @@ metadata:
|
||||||
name: vault
|
name: vault
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: external-secrets.io/v1
|
apiVersion: external-secrets.io/v1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
|
|
@ -22,7 +21,6 @@ spec:
|
||||||
property: adminpassword
|
property: adminpassword
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: external-secrets.io/v1
|
apiVersion: external-secrets.io/v1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
|
|
@ -40,7 +38,6 @@ spec:
|
||||||
property: adminusername
|
property: adminusername
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: external-secrets.io/v1
|
apiVersion: external-secrets.io/v1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
|
|
@ -58,7 +55,6 @@ spec:
|
||||||
property: connectionstring
|
property: connectionstring
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: external-secrets.io/v1
|
apiVersion: external-secrets.io/v1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
|
|
@ -76,7 +72,6 @@ spec:
|
||||||
property: masterkey
|
property: masterkey
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: external-secrets.io/v1
|
apiVersion: external-secrets.io/v1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
|
|
@ -92,3 +87,20 @@ spec:
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: kv/octopusdeploy
|
key: kv/octopusdeploy
|
||||||
property: sapassword
|
property: sapassword
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: external-secrets.io/v1
|
||||||
|
kind: ExternalSecret
|
||||||
|
metadata:
|
||||||
|
name: octopusdeploy-licensekey
|
||||||
|
spec:
|
||||||
|
secretStoreRef:
|
||||||
|
name: vault
|
||||||
|
kind: ClusterSecretStore
|
||||||
|
target:
|
||||||
|
name: octopusdeploy-licensekey
|
||||||
|
data:
|
||||||
|
- secretKey: secret
|
||||||
|
remoteRef:
|
||||||
|
key: kv/octopusdeploy
|
||||||
|
property: licensekey
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue