Skip to content

izobretatel9/k8s-certs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-certs

  1. Update requires new certificate files with extension .crt и .key

  2. Run the command (the machine must have kubernetes installed, for example minikube):

kubectl create --dry-run='client' -o=yaml secret tls myname --cert=<Path to file .crt> --key=<Path to file .key>
  1. Run commands (werf must be installed):
export WERF_SECRET_KEY=
  1. Downloading the repository. Let's go and do it
werf helm secret values edit .helm/secret-values.yaml
  1. Inserting values .crt и .key and save
  2. git commit and push

Releases

No releases published

Packages

No packages published