mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 17:14:25 +00:00
Add path comments to files
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/authelia/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: auth
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/authelia/namespace.yaml
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/authelia/release.yaml
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/authelia/repository.yaml
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/cert-manager/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: cert-manager
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/cert-manager/namespace.yaml
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/cert-manager/release.yaml
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/cert-manager/repository.yaml
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/storage-class/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/storage-class/storage-class.yaml
|
||||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/traefik/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: traefik
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/traefik/namespace.yaml
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/traefik/release.yaml
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/traefik/repository.yaml
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user