Skip to content

Commit

Permalink
Clear some lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Daemonslayer2048 committed Jan 6, 2025
1 parent 156bb6e commit 0883f70
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# This sample list was generated from:
# https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/psa-config-templates#exempting-required-rancher-namespaces
# For security reasons, this list should be as concise as possible
# only include active namespaces that need to be except from a restricted profile.

---
apiVersion: apiserver.config.k8s.io/v1
kind: AdmissionConfiguration
Expand Down
5 changes: 3 additions & 2 deletions docs/advanced_sample_inventory/group_vars/all.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
rke2_install_version: v1.29.12+rke2r1
---
rke2_install_version: v1.29.12+rke2r1
cluster_rke2_config:
selinux: true
selinux: true
7 changes: 4 additions & 3 deletions docs/advanced_sample_inventory/group_vars/rke2_servers.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
rke2_pod_security_admission_config_file_path: "{{ playbook_dir }}/docs/advanced_sample_inventory/files/pod-security-admission-config.yaml"

Check warning on line 2 in docs/advanced_sample_inventory/group_vars/rke2_servers.yaml

View workflow job for this annotation

GitHub Actions / Lint for PR

2:121 [line-length] line too long (138 > 120 characters)

Check warning on line 2 in docs/advanced_sample_inventory/group_vars/rke2_servers.yaml

View workflow job for this annotation

GitHub Actions / Lint for push

2:121 [line-length] line too long (138 > 120 characters)

Check warning on line 2 in docs/advanced_sample_inventory/group_vars/rke2_servers.yaml

View workflow job for this annotation

GitHub Actions / Lint for PR

2:121 [line-length] line too long (138 > 120 characters)
rke2_audit_policy_config_file_path: "{{ playbook_dir }}/docs/advanced_sample_inventory/files/audit-policy.yaml"
rke2_manifest_config_directory: "{{ playbook_dir }}/docs/advanced_sample_inventory/pre-deploy-manifests/"
Expand All @@ -9,9 +10,9 @@ group_rke2_config:
- cilium
# Cilium will replace this
disable-kube-proxy: true
profile: cis
pod-security-admission-config-file: /etc/rancher/rke2/pod-security-admission-config.yaml
profile: cis
pod-security-admission-config-file: /etc/rancher/rke2/pod-security-admission-config.yaml
audit-policy-file: /etc/rancher/rke2/audit-policy.yaml
kube-apiserver-arg:
- audit-policy-file=/etc/rancher/rke2/audit-policy.yaml
- audit-log-path=/var/lib/rancher/rke2/server/logs/audit.log
- audit-log-path=/var/lib/rancher/rke2/server/logs/audit.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ spec:
preallocateMaps: true
tproxy: true
bpfClockProbe: true
5 changes: 3 additions & 2 deletions docs/tarball_install_sample/group_vars/all.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
rke2_install_local_tarball_path: "{{ playbook_dir }}/docs/tarball_install_sample/files/rke2.linux-amd64.tar.gz"
rke2_images_local_tarball_path:
- "{{ playbook_dir }}/docs/tarball_install_sample/files/rke2.linux-amd64.tar.gz"
rke2_images_local_tarball_path:
- "{{ playbook_dir }}/docs/tarball_install_sample/files/rke2.linux-amd64.tar.gz"

0 comments on commit 0883f70

Please sign in to comment.