Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO-NOT-MERGE] Install Tekton Results through operator #4600

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ metadata:
namespace: openshift-gitops
spec:
destination:
namespace: tekton-results
namespace: openshift-pipelines
server: https://kubernetes.default.svc
project: default
source:
Expand All @@ -75,11 +75,11 @@ spec:
- name: auth.username
value: tekton
- name: auth.existingSecret
value: tekton-results-database
value: tekton-results-postgres
- name: auth.secretKeys.userPasswordKey
value: db.password
value: POSTGRES_PASSWORD
- name: auth.secretKeys.adminPasswordKey
value: db.password
value: POSTGRES_PASSWORD
- name: primary.resources.requests
value: "null"
- name: primary.podSecurityContext.fsGroup
Expand Down Expand Up @@ -129,7 +129,7 @@ metadata:
labels:
app: minio
name: storage
namespace: tekton-results
namespace: openshift-pipelines
spec:
certConfig: {}
configuration:
Expand Down
Loading