Skip to content

Commit bcf916b

Browse files
committed
fix: Remove dependency on argocd-redis secret
Assisted by: Cursor Signed-off-by: Jayendra Parsai <[email protected]>
1 parent b3b408f commit bcf916b

File tree

13 files changed

+17
-116
lines changed

13 files changed

+17
-116
lines changed

hack/dev-env/agent-autonomous/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resources:
22
- ../argo-cd/manifests/crds
33
- ../argo-cd/manifests/base/config
4-
- ../argo-cd-custom/base/redis
4+
- ../argo-cd/manifests/base/redis
55
- ../argo-cd/manifests/base/repo-server
66
- ../argo-cd/manifests/base/application-controller
77
- ../argo-cd/manifests/cluster-rbac/application-controller

hack/dev-env/agent-managed/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resources:
22
- ../argo-cd/manifests/crds
33
- ../argo-cd/manifests/base/config
4-
- ../argo-cd-custom/base/redis
4+
- ../argo-cd/manifests/base/redis
55
- ../argo-cd/manifests/base/repo-server
66
- ../argo-cd/manifests/base/application-controller
77
- ../argo-cd/manifests/cluster-rbac/application-controller

hack/dev-env/argo-cd-custom/base/redis/argocd-redis-network-policy.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

hack/dev-env/argo-cd-custom/base/redis/argocd-redis-role.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

hack/dev-env/argo-cd-custom/base/redis/argocd-redis-rolebinding.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

hack/dev-env/argo-cd-custom/base/redis/argocd-redis-sa.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

hack/dev-env/argo-cd-custom/base/redis/argocd-redis-service.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

hack/dev-env/argo-cd-custom/base/redis/kustomization.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
resources:
22
- default-project.yaml
3+
- redis-secret.yaml
4+
- argocd-redis-deployment.yaml

0 commit comments

Comments
 (0)