Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ spec:
labels:
app: largecrdtest
spec:
serviceAccountName: simple-bundle-manager
terminationGracePeriodSeconds: 0
volumes:
- name: scripts
Expand Down Expand Up @@ -89,7 +90,6 @@ spec:
port: 80
initialDelaySeconds: 1
periodSeconds: 1
serviceAccountName: simple-bundle-manager
clusterPermissions:
- rules:
- apiGroups:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ spec:
labels:
app: ownnamespacetest
spec:
serviceAccountName: simple-bundle-manager
terminationGracePeriodSeconds: 0
containers:
- name: busybox
Expand All @@ -65,7 +66,6 @@ spec:
securityContext:
runAsUser: 1000
runAsNonRoot: true
serviceAccountName: simple-bundle-manager
clusterPermissions:
- rules:
- apiGroups:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ spec:
labels:
app: singlenamespacetest
spec:
serviceAccountName: simple-bundle-manager
terminationGracePeriodSeconds: 0
containers:
- name: busybox
Expand All @@ -65,7 +66,6 @@ spec:
securityContext:
runAsUser: 1000
runAsNonRoot: true
serviceAccountName: simple-bundle-manager
clusterPermissions:
- rules:
- apiGroups:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ spec:
labels:
app: olme2etest
spec:
serviceAccountName: simple-bundle-manager
terminationGracePeriodSeconds: 0
volumes:
- name: scripts
Expand Down Expand Up @@ -89,7 +90,6 @@ spec:
port: 80
initialDelaySeconds: 1
periodSeconds: 1
serviceAccountName: simple-bundle-manager
clusterPermissions:
- rules:
- apiGroups:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ spec:
labels:
app: olme2etest
spec:
serviceAccountName: simple-bundle-manager
terminationGracePeriodSeconds: 0
volumes:
- name: scripts
Expand All @@ -65,7 +66,6 @@ spec:
- name: busybox-httpd-container
# This image ref is wrong and should trigger ImagePullBackOff condition
image: wrong/image
serviceAccountName: simple-bundle-manager
clusterPermissions:
- rules:
- apiGroups:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ spec:
labels:
app: olme2etest
spec:
serviceAccountName: simple-bundle-manager
terminationGracePeriodSeconds: 0
volumes:
- name: scripts
Expand All @@ -65,7 +66,6 @@ spec:
- name: busybox-httpd-container
# This image ref is wrong and should trigger ImagePullBackOff condition
image: busybox:1.36
serviceAccountName: simple-bundle-manager
clusterPermissions:
- rules:
- apiGroups:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ spec:
labels:
app: olme2etest
spec:
serviceAccountName: simple-bundle-manager
terminationGracePeriodSeconds: 0
volumes:
- name: scripts
Expand Down Expand Up @@ -89,7 +90,6 @@ spec:
port: 80
initialDelaySeconds: 1
periodSeconds: 1
serviceAccountName: simple-bundle-manager
clusterPermissions:
- rules:
- apiGroups:
Expand Down
Loading