Browse Source

Merge pull request #1 from eShopOnWeb-OpenShift/slallemand/rhdp

Updates
main
slallemand 2 years ago
committed by GitHub
parent
commit
c800100b10
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      charts/sql-server-2019/templates/deployment.yaml
  2. 2
      infrastructure/templates/tekton.yaml

3
charts/sql-server-2019/templates/deployment.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

2
infrastructure/templates/tekton.yaml

@ -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

Loading…
Cancel
Save