mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix: postgres cluster
This commit is contained in:
@@ -8,12 +8,12 @@ metadata:
|
||||
spec:
|
||||
secretStoreRef:
|
||||
kind: ClusterSecretStore
|
||||
name: onepassword
|
||||
name: onepassword-connect
|
||||
target:
|
||||
name: github-status-token-secret
|
||||
template:
|
||||
data:
|
||||
token: "{{ .FLUX_GITHUB_TOKEN }}"
|
||||
token: "{{ .GITHUB_NOTIFICATION_TOKEN }}"
|
||||
dataFrom:
|
||||
- extract:
|
||||
key: flux
|
||||
|
@@ -7,12 +7,12 @@ metadata:
|
||||
spec:
|
||||
secretStoreRef:
|
||||
kind: ClusterSecretStore
|
||||
name: onepassword
|
||||
name: onepassword-connect
|
||||
target:
|
||||
name: github-webhook-token-secret
|
||||
template:
|
||||
data:
|
||||
token: "{{ .FLUX_GITHUB_WEBHOOK_TOKEN }}"
|
||||
token: "{{ .GITHUB_SYNC_WEBHOOK_TOKEN }}"
|
||||
dataFrom:
|
||||
- extract:
|
||||
key: flux
|
||||
|
Reference in New Issue
Block a user