Skip to content

Commit 10b7a6c

Browse files
committed
Ensure bootstrap pod is included in render
By implementing full manifest filtering in the render step, we now need to make sure any manifest that we render includes a cluster profile. In this case, we just render it out with the cluster profile that the cluster is on.
1 parent 61c52fb commit 10b7a6c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bootstrap/bootstrap-pod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ metadata:
55
namespace: openshift-cluster-version
66
labels:
77
k8s-app: cluster-version-operator
8+
annotations:
9+
include.release.openshift.io/{{ .ClusterProfile }}: "true"
810
spec:
911
containers:
1012
- name: cluster-version-operator

0 commit comments

Comments
 (0)