mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update secrets
This commit is contained in:
parent
4fdddee8e0
commit
868ceddb22
1 changed files with 23 additions and 18 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: ServiceAccount
|
||||||
|
metadata:
|
||||||
|
name: vault
|
||||||
|
|
||||||
|
---
|
||||||
apiVersion: external-secrets.io/v1
|
apiVersion: external-secrets.io/v1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
|
|
@ -11,15 +17,14 @@ spec:
|
||||||
data:
|
data:
|
||||||
- secretKey: GF_AUTH_GENERIC_OAUTH_CLIENT_ID
|
- secretKey: GF_AUTH_GENERIC_OAUTH_CLIENT_ID
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/kube-prometheus/grafana/oauth
|
key: secrets/grafana/oauth
|
||||||
property: GF_AUTH_GENERIC_OAUTH_CLIENT_ID
|
property: GF_AUTH_GENERIC_OAUTH_CLIENT_ID
|
||||||
- secretKey: GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET
|
- secretKey: GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/kube-prometheus/grafana/oauth
|
key: secrets/grafana/oauth
|
||||||
property: GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET
|
property: GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: external-secrets.io/v1
|
apiVersion: external-secrets.io/v1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
|
|
@ -33,9 +38,9 @@ spec:
|
||||||
data:
|
data:
|
||||||
- secretKey: admin-password
|
- secretKey: admin-password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/kube-prometheus/grafana/admin
|
key: secrets/grafana/admin
|
||||||
property: admin-password
|
property: admin-password
|
||||||
- secretKey: admin-user
|
- secretKey: admin-user
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/kube-prometheus/grafana/admin
|
key: secrets/grafana/admin
|
||||||
property: admin-user
|
property: admin-user
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue