final changes

This commit is contained in:
franz.germann 2025-04-25 14:09:17 +02:00
parent f434e0680f
commit 16dde9ead1
3 changed files with 0 additions and 13 deletions

View file

@ -14,11 +14,6 @@ spec:
- name: push
image: docker.io/library/ubuntu:22.04
env:
- name: ARGOCD_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: auth-generic-oauth-secret
key: client_secret
- name: FORGEJO_USER
valueFrom:
secretKeyRef:

View file

@ -15,9 +15,6 @@ spec:
data:
forgejo_username: "{{.FORGEJO_ACCESS_USERNAME}}"
forgejo_token: "{{.FORGEJO_ACCESS_TOKEN}}"
metadata:
labels:
app.kubernetes.io/part-of: argocd
data:
- secretKey: FORGEJO_ACCESS_USERNAME
remoteRef:

View file

@ -14,11 +14,6 @@ spec:
- name: push
image: docker.io/library/ubuntu:22.04
env:
- name: FORGEJO_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: auth-generic-oauth-secret
key: secret
- name: FORGEJO_USER
valueFrom:
secretKeyRef: