Skip to content

Instantly share code, notes, and snippets.

@odra
Created October 16, 2018 16:17
Show Gist options
  • Save odra/c99eb75d9de04b162a430e065fd0f134 to your computer and use it in GitHub Desktop.
Save odra/c99eb75d9de04b162a430e065fd0f134 to your computer and use it in GitHub Desktop.
app deployment operator
apiVersion: "integreatly.org/v1alpha1"
kind: "WebApp"
metadata:
name: "tutorial-web-app-operator"
spec:
template:
path: "/home/tutorial-web-app-operator/deploy/template/tutorial-web-app.yml"
paramaters:
OAUTH_CLIENT_ID: tutorial-web-app
IMAGE: "quay.io/integreatly/tutorial-web-app"
IMAGE_TAG: "latest"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment