From 42d65e95be53711fbd58c1374a33166bd14447b2 Mon Sep 17 00:00:00 2001 From: "franz.germann" Date: Wed, 16 Apr 2025 14:59:25 +0200 Subject: [PATCH] testing --- .../stacks/core/forgejo-sso/forgejo-sso-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/template/stacks/core/forgejo-sso/forgejo-sso-config.yaml b/template/stacks/core/forgejo-sso/forgejo-sso-config.yaml index cffcefa..1e2c139 100644 --- a/template/stacks/core/forgejo-sso/forgejo-sso-config.yaml +++ b/template/stacks/core/forgejo-sso/forgejo-sso-config.yaml @@ -16,11 +16,11 @@ spec: containers: - name: push image: docker.io/library/ubuntu:22.04 - envFrom: - - secretRef: - name: auth-generic-oauth-secret # thats the external secret the job should wait for - - secretRef: - name: k8s-job-token # edpbuilder should create this automatically and feed it to this job + # envFrom: + # - secretRef: + # name: auth-generic-oauth-secret # thats the external secret the job should wait for + # - secretRef: + # name: k8s-job-token # edpbuilder should create this automatically and feed it to this job command: ["/bin/bash", "-c"] args: - |