Skip to content

Commit

Permalink
Merge pull request #3979 from lsst-sqre/tickets/DM-48116
Browse files Browse the repository at this point in the history
DM-48116: Fix ingress/tls indentation issue with argo-cd values files
  • Loading branch information
stvoutsin authored Dec 19, 2024
2 parents d311d1f + 3a33fee commit bff5fd9
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions applications/argocd/values-ccin2p3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ argo-cd:
server:
ingress:
hostnmae: "data-dev.lsst.eu"
tls: false
hostname: "data-dev.lsst.eu"
tls: false
2 changes: 1 addition & 1 deletion applications/argocd/values-minikube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ argo-cd:
server:
ingress:
hostname: "minikube.lsst.codes"
tls: false
tls: false
resources: {}

controller:
Expand Down
2 changes: 1 addition & 1 deletion applications/argocd/values-roe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ argo-cd:
server:
ingress:
hostname: "rsp.lsst.ac.uk"
tls: false
tls: false
2 changes: 1 addition & 1 deletion applications/argocd/values-usdf-tel-rsp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ argo-cd:
server:
ingress:
hostname: "usdf-tel-rsp.slac.stanford.edu"
tls: false
tls: false
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ argo-cd:
ingress:
hostname: "k8s.slac.stanford.edu"
path: "/usdf-alert-stream-broker-dev/argo-cd"
tls: false
tls: false
2 changes: 1 addition & 1 deletion applications/argocd/values-usdfdev-prompt-processing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ argo-cd:
ingress:
hostname: "k8s.slac.stanford.edu"
path: "/usdf-prompt-processing-dev/argo-cd"
tls: false
tls: false
2 changes: 1 addition & 1 deletion applications/argocd/values-usdfint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ argo-cd:
server:
ingress:
hostname: "usdf-rsp-int.slac.stanford.edu"
tls: false
tls: false
2 changes: 1 addition & 1 deletion applications/argocd/values-usdfprod-prompt-processing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ argo-cd:
ingress:
hostname: "k8s.slac.stanford.edu"
path: "/usdf-prompt-processing/argo-cd"
tls: false
tls: false
2 changes: 1 addition & 1 deletion applications/argocd/values-usdfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ argo-cd:
server:
ingress:
hostname: "usdf-rsp.slac.stanford.edu"
tls: false
tls: false

0 comments on commit bff5fd9

Please sign in to comment.