Merge branch 'main' of ssh://gt.hexor.cy:30022/ab/homelab
All checks were successful
Check with kubeconform / lint (push) Successful in 14s
All checks were successful
Check with kubeconform / lint (push) Successful in 14s
This commit is contained in:
@@ -19,8 +19,8 @@ spec:
|
||||
kubernetes.io/os: linux
|
||||
containers:
|
||||
- name: secret-reader
|
||||
image: ultradesu/k8s-secrets:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
image: ultradesu/k8s-secrets:0.1.1
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- "--secrets"
|
||||
- "openai-creds"
|
||||
|
@@ -9,7 +9,7 @@ resources:
|
||||
helmCharts:
|
||||
- name: authentik
|
||||
repo: https://charts.goauthentik.io
|
||||
version: 2025.2.3
|
||||
version: 2025.8.1
|
||||
releaseName: authentik
|
||||
namespace: authentik
|
||||
valuesFile: values.yaml
|
||||
|
@@ -15,6 +15,8 @@ worker:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: authentik-creds
|
||||
#nodeSelector:
|
||||
# kubernetes.io/hostname: home.homenet
|
||||
server:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
Reference in New Issue
Block a user