Init project
Some checks failed
Lint / Run on Ubuntu (push) Has been cancelled
E2E Tests / Run on Ubuntu (push) Has been cancelled
Tests / Run on Ubuntu (push) Has been cancelled

This commit is contained in:
2025-07-15 17:58:36 +02:00
parent 61902f4159
commit 7c2294d9df
77 changed files with 4797 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
## Append samples of your project ##
resources:
- yaho_v1alpha1_helmrelease.yaml
- yaho_v1alpha1_helmdiff.yaml
- yaho_v1alpha1_helmvalues.yaml
# +kubebuilder:scaffold:manifestskustomizesamples

View File

@@ -0,0 +1,9 @@
apiVersion: yaho.badhouseplants.net/v1alpha1
kind: HelmDiff
metadata:
labels:
app.kubernetes.io/name: yaho
app.kubernetes.io/managed-by: kustomize
name: helmdiff-sample
spec:
# TODO(user): Add fields here

View File

@@ -0,0 +1,12 @@
apiVersion: yaho.badhouseplants.net/v1alpha1
kind: HelmRelease
metadata:
labels:
app.kubernetes.io/name: yaho
app.kubernetes.io/managed-by: kustomize
name: helmrelease-sample
spec:
repository: https://coredns.github.io/helm
chart: coredns
version: 1.43.0

View File

@@ -0,0 +1,9 @@
apiVersion: yaho.badhouseplants.net/v1alpha1
kind: HelmValues
metadata:
labels:
app.kubernetes.io/name: yaho
app.kubernetes.io/managed-by: kustomize
name: helmvalues-sample
spec:
# TODO(user): Add fields here