func/pkg/k8s
Matej Vasek a270f9e722
Fix pod security context (#1889)
* Revert "src: Use jobs not plain pods for auxiliary tasks (#1857)"

This reverts commit cb6f33d924.

* refactor: move code from openshift

This is needed to avoid circular package dependencies.

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fix: set pod SC only on non-OpenShift

Signed-off-by: Matej Vasek <mvasek@redhat.com>

---------

Signed-off-by: Matej Vasek <mvasek@redhat.com>
2023-07-26 20:03:41 +00:00
..
labels chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
testdata chore: `testData` -> `testdata` (#1560) 2023-02-16 11:05:51 +00:00
client.go feat: Pipelines as Code - initial support (pack) (#1594) 2023-03-07 15:41:20 +00:00
configmaps.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
configmaps_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
dialer.go Fix pod security context (#1889) 2023-07-26 20:03:41 +00:00
dialer_test.go Cluster integration tests cleanup (#1829) 2023-06-27 14:54:52 +00:00
logs.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
logs_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
manifestival.go use Tekton Resolvers for a standard on cluster build (#1843) 2023-07-11 17:41:13 +00:00
openshift.go Fix pod security context (#1889) 2023-07-26 20:03:41 +00:00
persistent_volumes.go Fix pod security context (#1889) 2023-07-26 20:03:41 +00:00
persistent_volumes_test.go Cluster integration tests cleanup (#1829) 2023-06-27 14:54:52 +00:00
secrets.go feat: Pipelines as Code - initial support (pack) (#1594) 2023-03-07 15:41:20 +00:00
secrets_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
security_context.go Fix pod security context (#1889) 2023-07-26 20:03:41 +00:00
serviceaccount.go adding service account support (#1812) 2023-06-21 07:44:35 +00:00