feat(sealed-secrets): initial deployment of the application
This commit is contained in:
parent
82823e1fc3
commit
9ae6f68058
5 changed files with 40 additions and 0 deletions
15
apps/sealed-secrets/helm/chart.yaml
Normal file
15
apps/sealed-secrets/helm/chart.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
apiVersion: builtin
|
||||
kind: HelmChartInflationGenerator
|
||||
metadata:
|
||||
name: sealed-secrets
|
||||
releaseName: sealed-secrets
|
||||
name: sealed-secrets
|
||||
namespace: kube-system
|
||||
repo: https://bitnami-labs.github.io/sealed-secrets
|
||||
version: 2.17.2
|
||||
includeCRDs: true
|
||||
# Add common values to all argo-cd projects inline
|
||||
valuesInline:
|
||||
fullnameOverride: sealed-secrets-controller
|
||||
# Load a values.yaml file from the same directory that uses this generator
|
||||
valuesFile: values.yaml
|
4
apps/sealed-secrets/helm/kustomization.yaml
Normal file
4
apps/sealed-secrets/helm/kustomization.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- chart.yaml
|
11
apps/sealed-secrets/overlays/test/config.json
Normal file
11
apps/sealed-secrets/overlays/test/config.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"appName": "sealed-secrets",
|
||||
"userGivenName": "sealed-secrets",
|
||||
"destNamespace": "kube-system",
|
||||
"destServer": "https://kubernetes.default.svc",
|
||||
"srcPath": "apps/sealed-secrets/overlays/test",
|
||||
"srcRepoURL": "https://forgejo.mixinet.net/blogops/argocd.git",
|
||||
"srcTargetRevision": "",
|
||||
"labels": null,
|
||||
"annotations": null
|
||||
}
|
7
apps/sealed-secrets/overlays/test/kustomization.yaml
Normal file
7
apps/sealed-secrets/overlays/test/kustomization.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
# Uncomment if you want to add additional resources using kustomize instead of the chart
|
||||
#resources:
|
||||
#- ../../base
|
||||
generators:
|
||||
- ../../helm
|
3
apps/sealed-secrets/overlays/test/values.yaml
Normal file
3
apps/sealed-secrets/overlays/test/values.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
ingress:
|
||||
enabled: true
|
||||
hostname: test-sealed-secrets.localhost.mixinet.net
|
Loading…
Add table
Add a link
Reference in a new issue