Skip to content

rafaelurrutiasilva/Generate_K8s_Manifests_Using_Helm

Repository files navigation

Generate Kubernetes Manifests Using Helm

kubeAcademy-vappliance
Generate Kubernetes manifests using Helm and Kubeseal.

Introduction

This Bash script can be used to generate Kubernetes manifests using Helm and Kubeseal. The script will generate manifest files using the Helm and the values you put in the values.yaml file and it will encrypt secrets using Kubeseal and remove the files that contain secrets in clear text.

How to use

Get help from the script by using:

$ generate_manifests.sh --help

Example

This repository contains an example for generating Kubernetes manifests for the application Argo CD.
See the manifests.ini and values.yaml files for more details.