Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adds privatebint to the cluster #1402

Merged
merged 4 commits into from
Sep 25, 2024
Merged

feat: adds privatebint to the cluster #1402

merged 4 commits into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    ff7fded View commit details
    Browse the repository at this point in the history
  2. style: adds comments for future

    axeII committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7402fcf View commit details
    Browse the repository at this point in the history
  3. fix: refactors the kustomize.yaml file

    removes unused code
    axeII committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    afd4adf View commit details
    Browse the repository at this point in the history
  4. refactor: Update helmrelease.yaml for pastebin app

    This commit refactors the helmrelease.yaml file for the pastebin app. It updates the name from "microbin" to "pastebin" and adds an interval of 30 minutes. The chart version is also updated to 3.4.0. Additionally, it includes changes to the install and upgrade sections, adding remediation options and cleanup on fail. The values section is modified to use the "pastebin" controller and secret.
    
    Update ks.yaml for pastebin app
    
    This commit updates the ks.yaml file for the pastebin app. It adds a dependency on "longhorn" and removes the commented-out dependencies on "cluster-apps-external-secrets-stores". The path is set to "./kubernetes/apps/security/pastebin/app" and pruning is enabled.
    axeII committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ed31c3b View commit details
    Browse the repository at this point in the history