mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-25 16:07:24 +00:00
feat: add e2e-minishift Makefile target and workflow job
Signed-off-by: Hristo Hristov <me@hhristov.info>
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ../../fluxcd
|
||||
|
||||
patches:
|
||||
- target:
|
||||
kind: Deployment
|
||||
labelSelector: app.kubernetes.io/part-of=flux
|
||||
patch: |
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: not-used-with-target
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
securityContext:
|
||||
$patch: delete
|
||||
containers:
|
||||
- name: manager
|
||||
securityContext:
|
||||
runAsUser: 65534
|
||||
seccompProfile:
|
||||
$patch: delete
|
||||
|
||||
- target:
|
||||
kind: Namespace
|
||||
labelSelector: app.kubernetes.io/part-of=flux
|
||||
patch: |-
|
||||
- op: remove
|
||||
path: /metadata/labels/pod-security.kubernetes.io~1warn
|
||||
- op: remove
|
||||
path: /metadata/labels/pod-security.kubernetes.io~1warn-version
|
||||
Reference in New Issue
Block a user