Skip to content

Instantly share code, notes, and snippets.

@krishchow
Last active December 15, 2022 18:17
Show Gist options
  • Save krishchow/f4ecb1fbad04d84aa7e142abfdb472bf to your computer and use it in GitHub Desktop.
Save krishchow/f4ecb1fbad04d84aa7e142abfdb472bf to your computer and use it in GitHub Desktop.
Openshift Crossplane SecurityContext
apiVersion: pkg.crossplane.io/v1alpha1
kind: ControllerConfig
metadata:
name: openshift-config
namespace: crossplane-system
spec:
securityContext: {}
podSecurityContext: {}
---
apiVersion: pkg.crossplane.io/v1
kind: Provider
metadata:
name: provider-aws
namespace: crossplane-system
spec:
package: crossplane/provider-aws:v0.15.0
controllerConfigRef:
name: openshift-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment