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

helm: add privileged option for running in ARO #364

Merged
merged 5 commits into from
Feb 2, 2021

Commits on Jan 11, 2021

  1. Update provider-azure-installer.yaml to support OpenShift / ARO SCC w…

    …ith privileged: true
    
    For OpenShift SCC requires privileged: true and also 2 settings below :
     for the CSI Driver : oc adm policy add-scc-to-user privileged system:serviceaccount:$target_namespace:secrets-store-csi-driver
     for the Azure KV Provider : oc adm policy add-scc-to-user privileged system:serviceaccount:$target_namespace:csi-secrets-store-provider-azure
    ezYakaEagle442 committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    7c0f6fa View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    a50caf1 View commit details
    Browse the repository at this point in the history
  2. removed fix for ARO

    ezYakaEagle442 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    669472e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    066f933 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a17098 View commit details
    Browse the repository at this point in the history