A Helm chart for Kubernetes
- Kubernetes Cluster deployed
- Kubernetes config installed in
~/.kube/config
- Helm installed
Install Helm
https://helm.sh/docs/intro/install/
- Clone down the repository
- cd into directory
helm install validate-chart chart/
Key | Type | Default | Description |
---|---|---|---|
replicaCount | int | 1 |
|
image.repository | string | "registry1.dso.mil/bigbang-ci/cypress-kubectl" |
|
image.pullPolicy | string | "Always" |
|
image.tag | string | "" |
|
imagePullSecrets[0].name | string | "private-registry" |
|
nameOverride | string | "" |
|
fullnameOverride | string | "" |
|
podAnnotations | object | {} |
|
podSecurityContext | object | {} |
|
securityContext | object | {} |
|
service.type | string | "ClusterIP" |
|
service.port | int | 80 |
|
resources.limits.cpu | string | "100m" |
|
resources.limits.memory | string | "2048Mi" |
|
resources.requests.cpu | string | "100m" |
|
resources.requests.memory | string | "1024Mi" |
|
nodeSelector | object | {} |
|
tolerations | list | [] |
|
affinity | object | {} |
|
bbtests.enabled | bool | true |
|
bbtests.scripts.image | string | "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.28.7" |
|
bbtests.cypress.artifacts | bool | true |
|
bbtests.cypress.disableDefaultTests | bool | false |
Please see the contributing guide if you are interested in contributing.