Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owainlewis/69e3c3069cd372398f5332f27bea01a9 to your computer and use it in GitHub Desktop.
Save owainlewis/69e3c3069cd372398f5332f27bea01a9 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1beta1
kind: Deployment
metadata:
name: foo-provisioner
spec:
replicas: 1
template:
spec:
containers:
- name: foo-provisioner
image: iad.ocir.io/oracle/oci-volume-provisioner
args:
- --v=4
- --mode=foo
apiVersion: apps/v1beta1
kind: Deployment
metadata:
name: bar-provisioner
spec:
replicas: 1
template:
spec:
containers:
- name: bar-provisioner
image: iad.ocir.io/oracle/oci-volume-provisioner
args:
- --v=4
- --mode=bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment