Skip to content

Commit

Permalink
✨ Add registry credentials for gitea-registry in kustomization.yaml (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Aug 26, 2024
1 parent deb8672 commit 2ed2bd3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/argocd-image-updater/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ helmCharts:
config:
argocd:
serverAddress: argocd-server.argocd.svc.cluster.local
registries:
- name: gitea-registry
prefix: gitea.proompteng.ai
api_url: https://gitea.proompteng.ai
credentials: pullsecret:argocd-image-updater/gitea-registry
serviceAccount:
create: true
registries:
- name: gitea-registry
prefix: gitea.proompteng.ai
api_url: https://gitea.proompteng.ai
credentials: pullsecret:argocd-image-updater/gitea-registry

0 comments on commit 2ed2bd3

Please sign in to comment.