polaris
Here are 77 public repositories matching this topic...
-
Updated
Jun 21, 2022 - JavaScript
-
Updated
Feb 25, 2022 - C++
-
Updated
Apr 22, 2021 - Shell
-
Updated
Jan 11, 2022 - TypeScript
-
Updated
May 20, 2021 - Python
-
Updated
Jul 23, 2019 - JavaScript
-
Updated
Jun 17, 2022 - DM
-
Updated
May 10, 2020 - Shell
-
Updated
May 22, 2022 - JavaScript
add yq to image
Is it possible to add yq to the generated image. We are planning to use this for validating manfiseste using kustomize/kubeconform and that script uses yq.
Script is attached blow for reference
#!/usr/bin/env bash
set -eo pipefail
find . -type f -name '*.yaml' -print0 | while IFS= read -r -d $'\0' file;
do
yq e 'true' "$file" > /dev/null || error_exit "found when validat
-
Updated
Apr 10, 2022 - TypeScript
-
Updated
Jun 1, 2021 - Python
Brief description of the issue
The Standard Operating Procedure (and I assume the rest of the reference manuals) textbook in-game does not pull up the correct webpage, referring to aeiou-station.space instead of eclipse-station.space
What you expected to happen
For reference textbooks in game to draw from the wiki instead of a non-existent, outdated URL.
What actually happen
-
Updated
May 5, 2022 - C++
-
Updated
Mar 13, 2022 - PowerShell
-
Updated
Jun 20, 2022 - JavaScript
Improve this page
Add a description, image, and links to the polaris topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the polaris topic, visit your repo's landing page and select "manage topics."


What is the feature you want to add?
Automatically hide some system-level services of Polaris and not show it to the outside world
Why do you want to add this feature?
Avoid system-level services being modified by users through the console, thus affecting the normal operation of the Polaris system
How to implement this feature?
Additional context
Add any other con