Created
October 16, 2018 16:20
-
-
Save odra/b4d67030b22d72933b803dedeb055f1f to your computer and use it in GitHub Desktop.
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: | |
templates: | |
- | |
template: | |
path: "/home/tutorial-web-app-operator/deploy/template/oauth-client.yml" | |
paramaters: | |
ADMIN_USER: admin | |
ADMIN_PASSWORD: admin | |
- | |
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