Created
December 24, 2019 18:27
-
-
Save bazzilio/32831cd337b5d4d4cfac04a5a267a1ab to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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