Skip to content

Commit

Permalink
Merge pull request #3581 from bcgov/NDT-401-do-work-for-cbc-masterspr…
Browse files Browse the repository at this point in the history
…eadsheet-cutover

feat: cutover work for cbc spreadsheet
  • Loading branch information
AntBush authored Oct 1, 2024
2 parents 69a5c68 + c62db66 commit 0539e2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions app/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,6 @@ const Navigation: React.FC<Props> = ({ isLoggedIn = false, title = '' }) => {
</StyledRightSideLinks>
</StyledDiv>
</StyledBaseHeader>
{isCbcPage && (
<HeaderBanner
type="custom"
message="Beta version - changes made here will not be saved nor reflected elsewhere."
environmentIndicator={false}
customBannerColor="#F9F1C7"
customFontColor="#635231"
/>
)}
{isApplicantPortal && <SubHeader />}
</StyledBaseNavigation>
);
Expand Down
2 changes: 1 addition & 1 deletion helm/app/templates/cronJobs/trigger-sp-import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: {{ template "ccbc.fullname" . }}-cron-sp
labels: {{ include "ccbc.labels" . | nindent 4 }}
spec:
suspend: false
suspend: true
schedule: {{ .Values.cronsp.schedule }}
timeZone: "America/Vancouver"
jobTemplate:
Expand Down

0 comments on commit 0539e2a

Please sign in to comment.