Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akalanka47000/pharmaceutical-kube-config
Kubernetes manifests for the pharmaceutical project to be pulled from ArgoCD
https://github.com/akalanka47000/pharmaceutical-kube-config
argocd kubernetes
Last synced: 27 days ago
JSON representation
Kubernetes manifests for the pharmaceutical project to be pulled from ArgoCD
- Host: GitHub
- URL: https://github.com/akalanka47000/pharmaceutical-kube-config
- Owner: Akalanka47000
- License: mit
- Created: 2023-03-08T14:40:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-19T18:58:49.000Z (over 1 year ago)
- Last Synced: 2023-07-06T14:41:41.745Z (over 1 year ago)
- Topics: argocd, kubernetes
- Language: Shell
- Homepage:
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/bitnami-labs/sealed-secrets) which is what is seen in the `sealed-secrets.yml` files
- Run the following command to seal a `secrets.yml` file
```bash
cat secrets.yml | kubeseal --format yaml --controller-namespace kube-system --controller-name sealed-secrets > sealed-secrets.yml
```