From e2f3494259d71cf1528915c8cac49c6dd4bc56e1 Mon Sep 17 00:00:00 2001 From: Radim Hrazdil Date: Tue, 5 Apr 2022 15:28:38 +0200 Subject: [PATCH] propagate selfSignConfiguration to nmstate CR Signed-off-by: Radim Hrazdil --- data/nmstate/operator/nmstate.io_v1_nmstate_cr.yaml | 1 + hack/components/bump-nmstate.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/data/nmstate/operator/nmstate.io_v1_nmstate_cr.yaml b/data/nmstate/operator/nmstate.io_v1_nmstate_cr.yaml index 6c93aa580..d16cad9f6 100644 --- a/data/nmstate/operator/nmstate.io_v1_nmstate_cr.yaml +++ b/data/nmstate/operator/nmstate.io_v1_nmstate_cr.yaml @@ -11,3 +11,4 @@ spec: infraNodeSelector: {{ toYaml .InfraNodeSelector | nindent 4 }} infraTolerations: {{ toYaml .InfraTolerations | nindent 4 }} infraAffinity: {{ toYaml .InfraAffinity | nindent 4 }} + selfSignConfiguration : {{ toYaml .SelfSignConfiguration | nindent 4 }} diff --git a/hack/components/bump-nmstate.sh b/hack/components/bump-nmstate.sh index 67be38a19..d3515d670 100755 --- a/hack/components/bump-nmstate.sh +++ b/hack/components/bump-nmstate.sh @@ -66,4 +66,5 @@ spec: infraNodeSelector: {{ toYaml .InfraNodeSelector | nindent 4 }} infraTolerations: {{ toYaml .InfraTolerations | nindent 4 }} infraAffinity: {{ toYaml .InfraAffinity | nindent 4 }} + selfSignConfiguration : {{ toYaml .SelfSignConfiguration | nindent 4 }} EOF