Skip to content

Commit

Permalink
merge pull request #31 from zackbradys/main
Browse files Browse the repository at this point in the history
updated values for cis profiles and selinux
  • Loading branch information
zackbradys authored Oct 30, 2024
2 parents 74921e9 + 4b18933 commit b71c269
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions charts/cluster-templates/values-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ cluster:
disable_cloud_controller: false
disable_kube_proxy: false
etcd_expose_metrics: false
profile: '' # cis-1.6, cis-1.23
selinux: false
profile: '' # cis, cis-1.23, or cis-1.6 # https://docs.rke2.io/security/hardening_guide
selinux: false # rke2-selinux and container-selinux be installed on the nodes # https://docs.rke2.io/security/selinux
secrets_encryption: false
write_kubeconfig_mode: 0600
use_service_account_credentials: false
Expand Down
4 changes: 2 additions & 2 deletions charts/cluster-templates/values-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ cluster:
disable_cloud_controller: false
disable_kube_proxy: false
etcd_expose_metrics: false
profile: '' # cis-1.6, cis-1.23
selinux: false
profile: '' # cis, cis-1.23, or cis-1.6 # https://docs.rke2.io/security/hardening_guide
selinux: false # rke2-selinux and container-selinux be installed on the nodes # https://docs.rke2.io/security/selinux
secrets_encryption: false
write_kubeconfig_mode: 0600
use_service_account_credentials: false
Expand Down
4 changes: 2 additions & 2 deletions charts/cluster-templates/values-digitalocean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ cluster:
disable_cloud_controller: false
disable_kube_proxy: false
etcd_expose_metrics: false
profile: '' # cis-1.6, cis-1.23
selinux: false
profile: '' # cis, cis-1.23, or cis-1.6 # https://docs.rke2.io/security/hardening_guide
selinux: false # rke2-selinux and container-selinux be installed on the nodes # https://docs.rke2.io/security/selinux
secrets_encryption: false
write_kubeconfig_mode: 0600
use_service_account_credentials: false
Expand Down
4 changes: 2 additions & 2 deletions charts/cluster-templates/values-elemental.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ cluster:
disable_cloud_controller: false
disable_kube_proxy: false
etcd_expose_metrics: false
profile: '' # cis-1.6, cis-1.23
selinux: false
profile: '' # cis, cis-1.23, or cis-1.6 # https://docs.rke2.io/security/hardening_guide
selinux: false # rke2-selinux and container-selinux be installed on the nodes # https://docs.rke2.io/security/selinux
secrets_encryption: false
write_kubeconfig_mode: 0600
use_service_account_credentials: false
Expand Down
4 changes: 2 additions & 2 deletions charts/cluster-templates/values-harvester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ cluster:
disable_cloud_controller: false
disable_kube_proxy: false
etcd_expose_metrics: false
profile: '' # cis-1.6, cis-1.23
selinux: false
profile: '' # cis, cis-1.23, or cis-1.6 # https://docs.rke2.io/security/hardening_guide
selinux: false # rke2-selinux and container-selinux be installed on the nodes # https://docs.rke2.io/security/selinux
secrets_encryption: false
write_kubeconfig_mode: 0600
use_service_account_credentials: false
Expand Down
4 changes: 2 additions & 2 deletions charts/cluster-templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ cluster:
disable_cloud_controller: false
disable_kube_proxy: false
etcd_expose_metrics: false
profile: '' # cis-1.6, cis-1.23
selinux: false
profile: '' # cis, cis-1.23, or cis-1.6 # https://docs.rke2.io/security/hardening_guide
selinux: false # rke2-selinux and container-selinux be installed on the nodes # https://docs.rke2.io/security/selinux
secrets_encryption: false
write_kubeconfig_mode: 0600
use_service_account_credentials: false
Expand Down

0 comments on commit b71c269

Please sign in to comment.