Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 640 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 640 Bytes

pharmaceutical-kube-config

  • This repository houses the kubernetes manifest files which are used by the pharmaceutical system.

  • The manifest secrets.yml is used to house sensitive information for a service and is not committed to source control. It's content is encrypted through the use of Bitnami Sealed Secrets which is what is seen in the sealed-secrets.yml files

  • Run the following command to seal a secrets.yml file

    cat secrets.yml | kubeseal --format yaml --controller-namespace kube-system --controller-name sealed-secrets > sealed-secrets.yml