Created
October 16, 2018 16:17
-
-
Save odra/c99eb75d9de04b162a430e065fd0f134 to your computer and use it in GitHub Desktop.
app deployment operator
This file contains hidden or 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: "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