gitea upgrade fixes
This commit is contained in:
parent
0c38b4219a
commit
8e92382784
@ -7,4 +7,5 @@ data:
|
|||||||
# switch to annotation based resource tracking as per
|
# switch to annotation based resource tracking as per
|
||||||
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_tracking/
|
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_tracking/
|
||||||
application.resourceTrackingMethod: annotation+label
|
application.resourceTrackingMethod: annotation+label
|
||||||
|
# disable admin user - use oidc
|
||||||
admin.enabled: "false"
|
admin.enabled: "false"
|
||||||
|
@ -4,14 +4,12 @@ kind: Kustomization
|
|||||||
namespace: argocd
|
namespace: argocd
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.3/manifests/install.yaml
|
- https://github.com/argoproj/argo-cd//manifests/cluster-install?timeout=120&ref=v2.13.3
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
- argo-apps.application.yaml
|
- argo-apps.application.yaml
|
||||||
- bootstrap-repo.sealedsecret.yaml
|
- bootstrap-repo.sealedsecret.yaml
|
||||||
- argocd-oauth.sealedsecret.yaml
|
- argocd-oauth.sealedsecret.yaml
|
||||||
- servicemonitor.yaml
|
- servicemonitor.yaml
|
||||||
# DID NOT FIX RELOAD LOOPS
|
|
||||||
# - github.com/argoproj/argo-cd/examples/k8s-rbac/argocd-server-applications?ref=master
|
|
||||||
|
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
|
@ -170,5 +170,7 @@ postgresql:
|
|||||||
enabled: false
|
enabled: false
|
||||||
postgresql-ha:
|
postgresql-ha:
|
||||||
enabled: false
|
enabled: false
|
||||||
redis-cluster:
|
valkey:
|
||||||
|
enabled: false
|
||||||
|
valkey-cluster:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user