-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tekton results storage configurations
- Loading branch information
1 parent
a9b8b59
commit a83c777
Showing
19 changed files
with
159 additions
and
250 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
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
7 changes: 0 additions & 7 deletions
7
developer/openshift/gitops/argocd/pipeline-service-storage/kustomization.yaml
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
developer/openshift/gitops/argocd/pipeline-service-storage/minio/kustomization.yaml
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
73 changes: 0 additions & 73 deletions
73
developer/openshift/gitops/argocd/pipeline-service-storage/postgres.yaml
This file was deleted.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
developer/openshift/gitops/argocd/pipeline-service-storage/postgres/values.yaml
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,37 @@ | ||
image: | ||
tag: 13.10.0 | ||
|
||
tls: | ||
enabled: true | ||
autoGenerated: true | ||
|
||
auth: | ||
database: tekton_results | ||
username: tekton | ||
existingSecret: tekton-results-database | ||
secretKeys: | ||
userPasswordKey: db.password | ||
adminPasswordKey: db.password | ||
|
||
primary: | ||
resources: | ||
requests: null | ||
podSecurityContext: | ||
fsGroup: null | ||
seccompProfile: | ||
type: RuntimeDefault | ||
containerSecurityContext: | ||
allowPrivilegeEscalation: false | ||
runAsNonRoot: true | ||
runAsUser: null | ||
seccompProfile: | ||
type: RuntimeDefault | ||
capabilities: | ||
drop: | ||
- ALL | ||
|
||
volumePermissions: | ||
enabled: false | ||
|
||
shmVolume: | ||
enabled: false |
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
58 changes: 0 additions & 58 deletions
58
developer/openshift/gitops/argocd/pipeline-service/tekton-results/minio-create-bucket.yaml
This file was deleted.
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
Oops, something went wrong.