Skip to content

Commit

Permalink
fix lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
mddamato committed May 22, 2024
1 parent fd187ee commit d7fee24
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ Build a Kubernetes cluster using RKE2 via Ansible
|________________________________________________________|
```

Unofficial Rancher Government Repository
---------

Support: Please note that the code provided in this repository is not supported under any official support subscriptions. While we strive to ensure the quality and functionality of our code, we provide it on an "as-is" basis and make no guarantees regarding its performance.

Issues: We understand that issues may arise, and while we do not offer formal support, we will address reported issues on a "best effort" basis. We encourage users to report any problems or bugs they encounter, and we will do our best to address them in a timely manner.

Contributions: Contributions to this repository are welcome! If you have improvements or fixes, please feel free to submit a pull request. We appreciate your efforts to improve the quality and effectiveness of this code.

Thank you for your understanding and cooperation.

Ansible RKE2 (RKE Government) Playbook
---------
[![LINT](https://github.com/rancherfederal/rke2-ansible/actions/workflows/ci.yml/badge.svg)](https://github.com/rancherfederal/rke2-ansible/actions/workflows/ci.yml)
Expand Down
7 changes: 4 additions & 3 deletions sample_files/pod-security-admission-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#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.
# 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
Expand Down

0 comments on commit d7fee24

Please sign in to comment.