-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from WorldHealthOrganization/fix/aks-helm-deplo…
…yment feat(kds-deployment): fixes deployment
- Loading branch information
Showing
3 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,16 @@ | |
replicaCount: 1 | ||
|
||
image: | ||
# Create this image before your local installing with: "docker build -t kds:0.0.1" and load | ||
# this image into your local minikube cluster with: "minikube image load kds:0.0.1" | ||
repository: ghcr.io/worldhealthorganization/tng-key-distribution/tng-key-distribution | ||
pullPolicy: IfNotPresent | ||
# Overrides the image tag whose default is the chart appVersion. | ||
tag: "" | ||
tag: "0.0.1-2840d04" | ||
|
||
imagePullSecrets: [] | ||
#kubectl -n <k8s-namespace> create secret docker-registry <k8s-docker-registry-secret-name> --docker-server=ghcr.io --docker-username=<github-username> --docker-password=<github-personal-access-token> --docker-email=<email-address> -o yaml | ||
#kubectl -n kds create secret docker-registry tng-distribution-pull-secret --docker-server=ghcr.io --docker-username=anonymous --docker-password=<PAT> [email protected] -o yaml | ||
imagePullSecrets: tng-distribution-pull-secret | ||
nameOverride: "" | ||
fullnameOverride: "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters