Skip to content

Commit

Permalink
DEVOPS-253 - update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinon committed Jul 29, 2021
1 parent 78fd7d3 commit a44cea3
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ndustrial/cronjob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@
| `shareProcessNamespace` | Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false. | `false` |
| `extraEnvVars` | Add extra environment variables to the CronJob container | `[]` |
| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `nil` |
| `extraEnvVarsCMs` | Optionally specify extra list of additional existing ConfigMaps containing extra env vars | `[]` |
| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `nil` |
| `extraEnvVarsSecrets` | Optionally specify extra list of additional existing Secrets containing extra env vars | `[]` |
| `extraVolumes` | Optionally specify extra list of additional volumes for CronJob pods | `[]` |
| `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for CronJob container(s) | `[]` |
| `initContainers` | Add additional init containers to the CronJob pods | `{}` |
Expand Down
8 changes: 8 additions & 0 deletions ndustrial/cronjob/_var_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,18 @@
group: Pod
default:
type:
- variable: extraEnvVarsCMs
group: Pod
default: []
type:
- variable: extraEnvVarsSecret
group: Pod
default:
type:
- variable: extraEnvVarsSecrets
group: Pod
default: []
type:
- variable: extraVolumes
group: Pod
default: []
Expand Down
2 changes: 2 additions & 0 deletions ndustrial/deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@
| `shareProcessNamespace` | Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false. | `false` |
| `extraEnvVars` | Add extra environment variables to the Deployment container | `[]` |
| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `nil` |
| `extraEnvVarsCMs` | Optionally specify extra list of additional existing ConfigMaps containing extra env vars | `[]` |
| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `nil` |
| `extraEnvVarsSecrets` | Optionally specify extra list of additional existing Secrets containing extra env vars | `[]` |
| `extraVolumes` | Optionally specify extra list of additional volumes for Deployment pods | `[]` |
| `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for Deployment container(s) | `[]` |
| `initContainers` | Add additional init containers to the Deployment pods | `{}` |
Expand Down
8 changes: 8 additions & 0 deletions ndustrial/deployment/_var_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,18 @@
group: Pod
default:
type:
- variable: extraEnvVarsCMs
group: Pod
default: []
type:
- variable: extraEnvVarsSecret
group: Pod
default:
type:
- variable: extraEnvVarsSecrets
group: Pod
default: []
type:
- variable: extraVolumes
group: Pod
default: []
Expand Down
2 changes: 2 additions & 0 deletions ndustrial/statefulset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@
| `shareProcessNamespace` | Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false. | `false` |
| `extraEnvVars` | Add extra environment variables to the StatefulSet container | `[]` |
| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `nil` |
| `extraEnvVarsCMs` | Optionally specify extra list of additional existing ConfigMaps containing extra env vars | `[]` |
| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `nil` |
| `extraEnvVarsSecrets` | Optionally specify extra list of additional existing Secrets containing extra env vars | `[]` |
| `extraVolumes` | Optionally specify extra list of additional volumes for StatefulSet pods | `[]` |
| `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for StatefulSet container(s) | `[]` |
| `initContainers` | Add additional init containers to the StatefulSet pods | `{}` |
Expand Down
8 changes: 8 additions & 0 deletions ndustrial/statefulset/_var_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,18 @@
group: Pod
default:
type:
- variable: extraEnvVarsCMs
group: Pod
default: []
type:
- variable: extraEnvVarsSecret
group: Pod
default:
type:
- variable: extraEnvVarsSecrets
group: Pod
default: []
type:
- variable: extraVolumes
group: Pod
default: []
Expand Down

0 comments on commit a44cea3

Please sign in to comment.