helm-operator

command module
v0.0.0-...-85c988c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

README

⚠ DISCLAIMER: This project is a work in progress and many things can still change.

helm-operator

GitHub Action Build License

The helm-operator is an operator to depoly Helm Charts and Values stored as Custom Resources which allows you to dynamically change your Helm releases based on aribtariy Kubernetes resources.

apiVersion: helm.snorwin.io/v1
kind: Release
metadata:
  name: example
spec:
  chart:
    apiVersion: helm.snorwin.io/v1
    kind: Chart
    name: example
    namesapce: default
  values:
    - apiVersion: helm.snorwin.io/v1
      kind: Values
      name: example
      namesapce: default
apiVersion: helm.snorwin.io/v1
kind: Chart
metadata:
  name: example
spec:
  files:
    - data: |
        apiVersion: v1
        description: A Helm chart for a Kubernetes app
        name: hello
        version: 1.0
      name: Chart.yaml
    - data: |
        apiVersion: v1
        kind: ConfigMap
        metadata:
          name: hello-configmap
          namespace: {{ .Release.Namespace }}
        data:
          myvalue: "Hello {{ .Values.name }} :)"
      name: templates/configmap.yaml
apiVersion: helm.snorwin.io/v1
kind: Values
metadata:
  name: example
spec:
  file:
    data: |
      name: John Doe
    name: values-test.yaml

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
v1
Package v1 contains API Schema definitions for the helm v1 API group +kubebuilder:object:generate=true +groupName=helm.snorwin.io
Package v1 contains API Schema definitions for the helm v1 API group +kubebuilder:object:generate=true +groupName=helm.snorwin.io
controllers
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL