Update folder location
This commit is contained in:
11
master/durpot/Chart.yaml
Normal file
11
master/durpot/Chart.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v2
|
||||
name: durpapi
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 0.0.1
|
||||
appVersion: 0.0.1
|
||||
|
||||
dependencies:
|
||||
- name: durpot
|
||||
repository: https://gitlab.com/api/v4/projects/45025485/packages/helm/stable
|
||||
version: 0.1.0-dev0038
|
||||
43
master/durpot/templates/secrets.yaml
Normal file
43
master/durpot/templates/secrets.yaml
Normal file
@@ -0,0 +1,43 @@
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: durpot-secert
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: vault
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: durpot-secret
|
||||
data:
|
||||
- secretKey: OPENAI_API_KEY
|
||||
remoteRef:
|
||||
key: secrets/durpot/openai
|
||||
property: OPENAI_API_KEY
|
||||
- secretKey: BOTPREFIX
|
||||
remoteRef:
|
||||
key: secrets/durpot/discord
|
||||
property: BOTPREFIX
|
||||
- secretKey: ChannelID
|
||||
remoteRef:
|
||||
key: secrets/durpot/discord
|
||||
property: ChannelID
|
||||
- secretKey: TOKEN
|
||||
remoteRef:
|
||||
key: secrets/durpot/discord
|
||||
property: TOKEN
|
||||
- secretKey: ClientID
|
||||
remoteRef:
|
||||
key: secrets/durpot/auth
|
||||
property: ClientID
|
||||
- secretKey: Password
|
||||
remoteRef:
|
||||
key: secrets/durpot/auth
|
||||
property: Password
|
||||
- secretKey: TokenURL
|
||||
remoteRef:
|
||||
key: secrets/durpot/auth
|
||||
property: TokenURL
|
||||
- secretKey: Username
|
||||
remoteRef:
|
||||
key: secrets/durpot/auth
|
||||
property: Username
|
||||
Reference in New Issue
Block a user