Skip to content

Instantly share code, notes, and snippets.

@bazzilio
Created December 24, 2019 18:27
Show Gist options
  • Save bazzilio/32831cd337b5d4d4cfac04a5a267a1ab to your computer and use it in GitHub Desktop.
Save bazzilio/32831cd337b5d4d4cfac04a5a267a1ab to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: StatefulSet
spec:
template:
spec:
containers:
- name: dremio-master-coordinator
image: {{.Values.image}}:{{.Values.imageTag}}
imagePullPolicy: IfNotPresent
initContainers:
- name: start-only-one-master
image: registry.techlab.ru/edp/image2
command: ["smth"]
imagePullPolicy: IfNotPresent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment