Skip to content

Commit

Permalink
propagate selfSignConfiguration to nmstate CR (#1326)
Browse files Browse the repository at this point in the history
Signed-off-by: Radim Hrazdil <rhrazdil@redhat.com>
  • Loading branch information
rhrazdil committed Apr 5, 2022
1 parent ab4f943 commit dea2d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/nmstate/operator/nmstate.io_v1_nmstate_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
1 change: 1 addition & 0 deletions hack/components/bump-nmstate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dea2d58

Please sign in to comment.