Skip to content

Commit 2f306b9

Browse files
committed
up
1 parent 9667b19 commit 2f306b9

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

infrastructure/controllers/argocd/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,11 @@ notifications:
324324
enabled: false
325325
# Global configuration
326326
global:
327+
# Add domain if you have one
327328
domain: argocd.vanillax.me
328329
# Disable legacy redis
329-
redis.enabled: false
330+
redis:
331+
enabled: false
330332

331333
# Security context
332334
securityContext:

infrastructure/kustomization.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- namespace.yaml
5-
- projects.yaml
4+
- controllers/argocd/projects.yaml

infrastructure/namespace.yaml

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

0 commit comments

Comments
 (0)