Created
January 29, 2019 11:56
-
-
Save rossf7/ab0d6b428d786cf769a0a99d4d79d6e1 to your computer and use it in GitHub Desktop.
app-operator CRs
This file contains 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: application.giantswarm.io/v1alpha1 | |
kind: App | |
metadata: | |
name: "test-app" | |
namespace: "default" | |
labels: | |
app: "test-app" | |
giantswarm.io/managed-by: "app-operator" | |
app-operator.giantswarm.io/version: "1.0.0" | |
spec: | |
catalog: "sample-catalog" | |
name: "kubernetes-test-app-chart" | |
namespace: "monitoring" | |
version: "0.6.8" |
This file contains 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: application.giantswarm.io/v1alpha1 | |
kind: AppCatalog | |
metadata: | |
name: "sample-catalog" | |
labels: | |
app-operator.giantswarm.io/version: "1.0.0" | |
spec: | |
title: "Sample Catalog" | |
description: "Sample Catalog" | |
catalogStorage: | |
type: "helm" | |
URL: "https://giantswarm.github.com/sample-catalog/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment