You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| -crd-dir | Place crds in their own folder per Helm 3 [docs](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#method-1-let-helm-do-it-for-you). Caveat: CRDs templating is not supported by Helm. | `helmify -crd-dir`|
77
-
| -image-pull-secrets| Allows the user to use existing secrets as imagePullSecrets |`helmify -image-pull-secrets`|
78
-
79
-
## ImagePullSecrets
80
-
81
-
If no `imagePullSecrets` are present in the input manifests, helmify allows existing
82
-
secrets to be used as `imagePullSecrets`forpodsin deployments and daemonsets.
83
-
84
-
You need to enable this feature by the `-image-pull-secrets` flag. This allows
85
-
the user to add existing secrets in`values.yaml` like:
86
-
87
-
```yaml
88
-
# values.yaml
89
-
imagePullSecrets:
90
-
- name: image-pull-secret
91
-
```
77
+
| -image-pull-secrets| Allows the user to use existing secrets as imagePullSecrets |`helmify -image-pull-secrets`|
0 commit comments