Skip to content

Instantly share code, notes, and snippets.

@nrb
Last active April 13, 2019 23:40
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 nrb/221957999368201d0613ce3d0aeef30d to your computer and use it in GitHub Desktop.
Save nrb/221957999368201d0613ce3d0aeef30d to your computer and use it in GitHub Desktop.
The important part of a diff between the original gcp deployment yaml and the YAML after velero plugin add gcr.io/heptio-images/velero-plugin-example was run
66a67,76
> initContainers:
> - image: gcr.io/heptio-images/velero-plugin-example
> imagePullPolicy: IfNotPresent
> name: velero-plugin-example
> resources: {}
> terminationMessagePath: /dev/termination-log
> terminationMessagePolicy: File
> volumeMounts:
> - mountPath: /plugins
> name: plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment