Merge pull request 'Automated Manifest Update' (#6160) from auto/update-manifests into manifests
Reviewed-on: #6160
This commit was merged in pull request #6160.
This commit is contained in:
@@ -14,5 +14,5 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: api-key
|
- secretKey: api-key
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /unifi/auth/cl01tl
|
key: /unifi/users/cl01tl
|
||||||
property: api-key
|
property: api-key
|
||||||
|
|||||||
@@ -22,5 +22,5 @@ spec:
|
|||||||
property: user
|
property: user
|
||||||
- secretKey: password
|
- secretKey: password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /cl01tl/jellystat/cconfig
|
key: /cl01tl/jellystat/config
|
||||||
property: password
|
property: password
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: key
|
key: key
|
||||||
name: ollama-key
|
name: open-webui-key
|
||||||
- name: DATABASE_URL
|
- name: DATABASE_URL
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
@@ -14,5 +14,5 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: PAPERLESS_SOCIALACCOUNT_PROVIDERS
|
- secretKey: PAPERLESS_SOCIALACCOUNT_PROVIDERS
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /authentik/oidc/paperless-ngx
|
key: /cl01tl/authentik/oidc/paperless-ngx
|
||||||
property: PAPERLESS_SOCIALACCOUNT_PROVIDERS
|
property: PAPERLESS_SOCIALACCOUNT_PROVIDERS
|
||||||
|
|||||||
@@ -14,11 +14,11 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: NTFY_TOKEN
|
- secretKey: NTFY_TOKEN
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /ntfy/user/cl01tl
|
key: /cl01tl/ntfy/users/cl01tl
|
||||||
property: token
|
property: token
|
||||||
- secretKey: NTFY_ENDPOINT
|
- secretKey: NTFY_ENDPOINT
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /ntfy/user/cl01tl
|
key: /cl01tl/ntfy/users/cl01tl
|
||||||
property: endpoint
|
property: endpoint
|
||||||
- secretKey: NTFY_TOPIC
|
- secretKey: NTFY_TOPIC
|
||||||
remoteRef:
|
remoteRef:
|
||||||
|
|||||||
@@ -0,0 +1,18 @@
|
|||||||
|
apiVersion: external-secrets.io/v1
|
||||||
|
kind: ExternalSecret
|
||||||
|
metadata:
|
||||||
|
name: vault-token
|
||||||
|
namespace: vault
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: vault-token
|
||||||
|
app.kubernetes.io/instance: vault
|
||||||
|
app.kubernetes.io/part-of: vault
|
||||||
|
spec:
|
||||||
|
secretStoreRef:
|
||||||
|
kind: ClusterSecretStore
|
||||||
|
name: openbao
|
||||||
|
data:
|
||||||
|
- secretKey: token
|
||||||
|
remoteRef:
|
||||||
|
key: /cl01tl/vault/role/snapshot
|
||||||
|
property: root
|
||||||
@@ -15,4 +15,4 @@ spec:
|
|||||||
- secretKey: SECRET
|
- secretKey: SECRET
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /cl01tl/yamtrack/config
|
key: /cl01tl/yamtrack/config
|
||||||
property: SECRET
|
property: secret
|
||||||
|
|||||||
Reference in New Issue
Block a user