File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ keywords:
88 - xrd
99sources :
1010 - https://github.com/ios-xr/xrd-helm
11- version : 1.0.3
11+ version : 1.0.4
Original file line number Diff line number Diff line change 1818 username { { .Values.config.username } }
1919 group root-lr
2020 group cisco-support
21- password { { .Values.config.password } }
21+ secret { { .Values.config.password } }
2222 !
2323 { {- end } }
2424 { {- if (get .Values.config " ascii" ) } }
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ keywords:
88- xrd
99sources :
1010- https://github.com/ios-xr/xrd-helm
11- version : 1.0.3
11+ version : 1.0.4
1212dependencies :
1313- name : xrd-common
14- version : 1.0.3
14+ version : 1.0.4
1515 repository : " file://../xrd-common"
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ keywords:
88 - xrd
99sources :
1010 - https://github.com/ios-xr/xrd-helm
11- version : 1.0.5
11+ version : 1.0.6
1212dependencies :
1313- name : xrd-common
14- version : 1.0.3
14+ version : 1.0.4
1515 repository : " file://../xrd-common"
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ setup_file () {
7171@test " Control Plane ConfigMap: Startup config can be set using username and password" {
7272 template --set ' config.username=foo' --set ' config.password=bar'
7373 assert_query_equal ' .data."startup.cfg"' \
74- " username foo\n group root-lr\n group cisco-support\n password bar\n!"
74+ " username foo\n group root-lr\n group cisco-support\n secret bar\n!"
7575}
7676
7777@test " Control Plane ConfigMap: password must be set if username is" {
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ setup_file () {
7171@test " vRouter ConfigMap: Startup config can be set using username and password" {
7272 template --set ' config.username=foo' --set ' config.password=bar'
7373 assert_query_equal ' .data."startup.cfg"' \
74- " username foo\n group root-lr\n group cisco-support\n password bar\n!"
74+ " username foo\n group root-lr\n group cisco-support\n secret bar\n!"
7575}
7676
7777@test " vRouter ConfigMap: password must be set if username is" {
You can’t perform that action at this time.
0 commit comments