Skip to content

Commit

Permalink
Order ui-server installer jobs in ocm mode
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jan 13, 2024
1 parent f30df4d commit 2028d12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ data:
apiVersion: batch/v1
kind: Job
metadata:
name: {{ include "kube-ui-server.fullname" . }}-register-apiservices
name: {{ include "kube-ui-server.fullname" . }}-3-register-apiservices
namespace: {{ .Release.Namespace }}
labels:
{{- include "kube-ui-server.labels" . | nindent 4 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/kube-ui-server/templates/ocm-mc/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data:
apiVersion: batch/v1
kind: Job
metadata:
name: {{ include "kube-ui-server.fullname" $ }}-regcrd-{{ $crd }}
name: {{ include "kube-ui-server.fullname" $ }}-1-regcrd-{{ $crd }}
namespace: {{ $.Release.Namespace }}
labels:
{{- include "kube-ui-server.labels" $ | nindent 4 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/kube-ui-server/templates/ocm-mc/svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: batch/v1
kind: Job
metadata:
name: {{ include "kube-ui-server.fullname" . }}-svc
name: {{ include "kube-ui-server.fullname" . }}-2-svc
namespace: {{ .Release.Namespace }}
labels:
{{- include "kube-ui-server.labels" $ | nindent 4 }}
Expand Down

0 comments on commit 2028d12

Please sign in to comment.