Skip to content

Instantly share code, notes, and snippets.

@welshstew
Last active September 22, 2020 08:42
Show Gist options
  • Select an option

  • Save welshstew/18daaa1d0693b8109c604cdf3319a3d3 to your computer and use it in GitHub Desktop.

Select an option

Save welshstew/18daaa1d0693b8109c604cdf3319a3d3 to your computer and use it in GitHub Desktop.
argocd custom dpeloy with openshift oauth
apiVersion: argoproj.io/v1alpha1
kind: ArgoCD
metadata:
namespace: argocd
name: argocd
spec:
server:
route:
enabled: true
rbac:
policy: |
g, system:cluster-admins, role:admin
dex:
image: quay.io/ablock/dex
openShiftOAuth: true
version: openshift-connector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment