We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6db4c2 commit dbbe0f1Copy full SHA for dbbe0f1
templates/openmcp/Chart.yaml
@@ -1,3 +1,4 @@
1
+---
2
apiVersion: v2
3
name: gitops-templates-openmcp
4
description: GitOps Template for deploying openmcp
templates/openmcp/templates/resources/deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
templates/openmcp/templates/resources/kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
templates/openmcp/templates/resources/namespace.yaml
apiVersion: v1
kind: Namespace
templates/openmcp/values.yaml
openmcpOperator:
image: ghcr.io/openmcp-project/images/openmcp-operator
tag: v0.9.1
0 commit comments