Browse Source
Merge pull request #1 from eShopOnWeb-OpenShift/slallemand/rhdp
Updates
main
slallemand
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
2 deletions
-
charts/sql-server-2019/templates/deployment.yaml
-
infrastructure/templates/tekton.yaml
|
|
|
@ -51,7 +51,8 @@ spec: |
|
|
|
restartPolicy: Always |
|
|
|
terminationGracePeriodSeconds: 30 |
|
|
|
dnsPolicy: ClusterFirst |
|
|
|
securityContext: {} |
|
|
|
securityContext: |
|
|
|
fsGroup: 10001 |
|
|
|
schedulerName: default-scheduler |
|
|
|
serviceAccountName: sql-server |
|
|
|
serviceAccount: sql-server |
|
|
|
|
|
|
|
@ -10,4 +10,4 @@ spec: |
|
|
|
name: openshift-pipelines-operator-rh |
|
|
|
source: redhat-operators |
|
|
|
sourceNamespace: openshift-marketplace |
|
|
|
startingCSV: openshift-pipelines-operator-rh.v1.10.3 |
|
|
|
startingCSV: openshift-pipelines-operator-rh.v1.11.0 |
|
|
|
|