Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfiea committed Dec 5, 2024
1 parent 3dbd78c commit 309c0b4
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ roleRef:
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ .Values.mas_workspace_id }}-manage-update-v1-{{ omit .Values "junitreporter" | toYaml | adler32sum }}
name: {{ .Values.mas_workspace_id }}-manage-update-v1
namespace: {{ $ns }}
annotations:
argocd.argoproj.io/sync-wave: "604"
Expand Down Expand Up @@ -135,8 +135,6 @@ spec:
env:
- name: MAS_APP_NAMESPACE
value: {{ .Values.mas_app_namespace }}
- name: MAS_APP_ID
value: {{ .Values.mas_app_id }}
- name: MAS_INSTANCE_ID
value: {{ .Values.instance_id }}
- name: MAS_WORKSPACE_ID
Expand Down Expand Up @@ -165,7 +163,6 @@ spec:
echo "The ManageWorkspace Status does not indicate it is ready for offlineupgrade, so do nothing"
fi
restartPolicy: Never
serviceAccountName: {{ $sa_name }}

Expand Down

0 comments on commit 309c0b4

Please sign in to comment.