Skip to content

Commit

Permalink
⚡️ :: node selector 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Aug 27, 2023
1 parent c4f0a31 commit 5870ea3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion charts/argocd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ maintainers:
- name: jessesuen
- name: seanson
name: argocd
version: 4.8.3
version: 4.8.4
24 changes: 8 additions & 16 deletions charts/argocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ controller:
portName: https-controller

# -- [Node selector]
nodeSelector:
argocd: "true"
nodeSelector: {}
# -- [Tolerations] for use with node taints
tolerations: []
# -- Assign custom [affinity] rules to the deployment
Expand Down Expand Up @@ -520,8 +519,7 @@ dex:
servicePortMetrics: 5558

# -- [Node selector]
nodeSelector:
argocd: "true"
nodeSelector: {}
# -- [Tolerations] for use with node taints
tolerations: []
# -- Assign custom [affinity] rules to the deployment
Expand Down Expand Up @@ -631,8 +629,7 @@ redis:
podLabels: {}

# -- [Node selector]
nodeSelector:
argocd: "true"
nodeSelector: {}
# -- [Tolerations] for use with node taints
tolerations: []
# -- Assign custom [affinity] rules to the deployment
Expand Down Expand Up @@ -958,8 +955,7 @@ server:
volumes: []

# -- [Node selector]
nodeSelector:
argocd: "true"
nodeSelector: {}
# -- [Tolerations] for use with node taints
tolerations: []
# -- Assign custom [affinity] rules to the deployment
Expand Down Expand Up @@ -1590,8 +1586,7 @@ repoServer:
# emptyDir: {}

# -- [Node selector]
nodeSelector:
argocd: "true"
nodeSelector: {}
# -- [Tolerations] for use with node taints
tolerations: []
# -- Assign custom [affinity] rules to the deployment
Expand Down Expand Up @@ -2108,8 +2103,7 @@ applicationSet:
# memory: 128Mi

# -- [Node selector]
nodeSelector:
argocd: "true"
nodeSelector: {}

# -- [Tolerations] for use with node taints
tolerations: []
Expand Down Expand Up @@ -2228,8 +2222,7 @@ notifications:
imagePullSecrets: []

# -- [Node selector]
nodeSelector:
argocd: "true"
nodeSelector: {}

# -- The deployment strategy to use to replace existing pods with new ones
updateStrategy:
Expand Down Expand Up @@ -2718,5 +2711,4 @@ notifications:
tolerations: []

# -- [Node selector]
nodeSelector:
argocd: "true"
nodeSelector: {}

0 comments on commit 5870ea3

Please sign in to comment.