Skip to content

Instantly share code, notes, and snippets.

@joerg84
Last active November 14, 2019 09:42
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 joerg84/bd93efdd798f9219991cbc2da7547808 to your computer and use it in GitHub Desktop.
Save joerg84/bd93efdd798f9219991cbc2da7547808 to your computer and use it in GitHub Desktop.
apiVersion: kudo.dev/v1beta1
name: "kafka"
url: https://kafka.apache.org/
tasks:
- name: deploy
kind: Apply
spec:
resources:
- service.yaml
...
- name: update
...
plans:
deploy:
strategy: serial
phases:
- name: deploy-kafka
strategy: serial
steps:
- name: deploy
tasks:
- deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment