Skip to content

Commit

Permalink
recognize switch of cluster for automatic redeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Jul 17, 2023
1 parent 4c8db83 commit 814de1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provision/openshift/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ tasks:
- kubectl get project/monitoring -o jsonpath='{.metadata.annotations.openshift\.io/sa\.scc\.uid-range}' | cut -f1 -d"/" > .task/monitoring-uids
sources:
- .task/subtask-{{.TASK}}.yaml
- .task/var-KC_HOSTNAME_SUFFIX
generates:
- .task/monitoring-uids

Expand Down Expand Up @@ -161,6 +162,7 @@ tasks:
sources:
- monitoring/**/*.*
- .task/subtask-{{.TASK}}.yaml
- .task/var-KC_HOSTNAME_SUFFIX

keepalive:
deps:
Expand Down

0 comments on commit 814de1b

Please sign in to comment.