-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2410 from bcgov/release/is39_master
Test -> Master - IS39 UAT Release
- Loading branch information
Showing
460 changed files
with
145,959 additions
and
55,703 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,3 @@ etl/**/obj | |
*.database | ||
*.bak | ||
*._* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70,961 changes: 59,606 additions & 11,355 deletions
70,961
etl/PAIMS_PIMS/PAIMS_PIMS/PAM_LOAD_PAIMS_TO_PIMS_DATASET_2.dtsx
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
kind: Template | ||
apiVersion: v1 | ||
metadata: | ||
name: pims-app-build | ||
annotations: | ||
openshift.io/display-name: Nginx with Node build | ||
description: Build template for a Nginx with Node build | ||
tags: pims,app | ||
parameters: | ||
- name: CLAMAV_NAME | ||
displayName: "ClamAv Name" | ||
description: "The name of the clamav pod." | ||
required: true | ||
value: "pims" | ||
objects: | ||
- kind: CronJob | ||
apiVersion: batch/v1 | ||
metadata: | ||
name: clamav-update | ||
namespace: 3cd915-dev | ||
uid: df5c62d8-54d6-4c92-bdf9-06178f1adb03 | ||
resourceVersion: '4840975848' | ||
generation: 13 | ||
creationTimestamp: '2022-10-20T04:18:13Z' | ||
spec: | ||
schedule: '@daily' | ||
concurrencyPolicy: Allow | ||
suspend: false | ||
jobTemplate: | ||
metadata: | ||
creationTimestamp: null | ||
spec: | ||
template: | ||
metadata: | ||
creationTimestamp: null | ||
spec: | ||
containers: | ||
- name: clamav-updater | ||
image: >- | ||
image-registry.apps.silver.devops.gov.bc.ca/3cd915-tools/ose-cli:latest | ||
args: | ||
- oc | ||
- rollout | ||
- latest | ||
- dc/${CLAMAV_NAME} | ||
resources: {} | ||
terminationMessagePath: /dev/termination-log | ||
terminationMessagePolicy: File | ||
imagePullPolicy: Always | ||
restartPolicy: OnFailure | ||
terminationGracePeriodSeconds: 30 | ||
dnsPolicy: ClusterFirst | ||
securityContext: {} | ||
schedulerName: default-scheduler | ||
successfulJobsHistoryLimit: 3 | ||
failedJobsHistoryLimit: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.