Skip to content

Deploy arbitrary k8s manifests through an helm chart, specified in values.yaml

License

danielr1996/helm-extra-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

helm-extra-deploy

Deploy arbitrary k8s manifests through an helm chart, specified in values.yaml

helm upgrade --install extra oci://ghcr.io/danielr1996/helm-extra-deploy/helm-extra-deploy:1.0.0 -f values.examples.yaml
extraDeploy:
- apiVersion: v1
  kind: Secret
  metadata:
    name: secret1
  stringData:
    key: value
- apiVersion: v1
  kind: Secret
  metadata:
    name: secret2
  stringData:
    key: value

About

Deploy arbitrary k8s manifests through an helm chart, specified in values.yaml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages