Skip to content

Commit

Permalink
fix: remove fips.configure from a user facing override (#516)
Browse files Browse the repository at this point in the history
* fix: add default for fips.configure for backwards compatibility

* fix: remove fips.configure from a user facing override

This is tested in a limit set of OSs, lets not expose it yet to users.
  • Loading branch information
dkoshkin authored Oct 18, 2022
1 parent c0eebd9 commit 17af80f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ansible/group_vars/all/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ default_image_registry: ""

fips:
enabled: false
configure: false

proxy_env:
HTTPS_PROXY: "{{ https_proxy | default('') }}"
Expand Down
1 change: 0 additions & 1 deletion overrides/fips.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ k8s_image_registry: docker.io/mesosphere

fips:
enabled: true
configure: false

build_name_extra: -fips
kubernetes_build_metadata: fips.0
Expand Down

0 comments on commit 17af80f

Please sign in to comment.