Skip to content

Commit

Permalink
feat: Make ArgoCD use cluster cert
Browse files Browse the repository at this point in the history
Signed-off-by: Denilson Nastacio <[email protected]>
  • Loading branch information
nastacio committed May 8, 2023
1 parent b8b41f3 commit 9f8ae05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/argocd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.0
version: 0.8.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: "0.8.13"
appVersion: "0.21.1"
4 changes: 4 additions & 0 deletions config/argocd/templates/0200-argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,7 @@ spec:
enabled: false
ingress:
enabled: false
insecure: true
resources:
limits:
cpu: 500m
Expand All @@ -782,6 +783,9 @@ spec:
memory: 128Mi
route:
enabled: true
tls:
insecureEdgeTerminationPolicy: Redirect
termination: edge
service:
type: ""
tls:
Expand Down

0 comments on commit 9f8ae05

Please sign in to comment.