Merge branch 'main' of ssh://gt.hexor.cy:30022/ab/homelab
All checks were successful
Check with kubeconform / lint (push) Successful in 14s

This commit is contained in:
AB
2025-09-15 21:42:20 +03:00
3 changed files with 5 additions and 3 deletions

View File

@@ -19,8 +19,8 @@ spec:
kubernetes.io/os: linux kubernetes.io/os: linux
containers: containers:
- name: secret-reader - name: secret-reader
image: ultradesu/k8s-secrets:latest image: ultradesu/k8s-secrets:0.1.1
imagePullPolicy: IfNotPresent imagePullPolicy: Always
args: args:
- "--secrets" - "--secrets"
- "openai-creds" - "openai-creds"

View File

@@ -9,7 +9,7 @@ resources:
helmCharts: helmCharts:
- name: authentik - name: authentik
repo: https://charts.goauthentik.io repo: https://charts.goauthentik.io
version: 2025.2.3 version: 2025.8.1
releaseName: authentik releaseName: authentik
namespace: authentik namespace: authentik
valuesFile: values.yaml valuesFile: values.yaml

View File

@@ -15,6 +15,8 @@ worker:
envFrom: envFrom:
- secretRef: - secretRef:
name: authentik-creds name: authentik-creds
#nodeSelector:
# kubernetes.io/hostname: home.homenet
server: server:
envFrom: envFrom:
- secretRef: - secretRef: