Skip to content

Commit 6830502

Browse files
authored
Merge branch 'main' into chore/remove-callout-sc
2 parents 4ec7a08 + a706afa commit 6830502

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: PR Labeler
22

33
on:
4-
pull_request:
5-
types: [opened, synchronize, reopened]
4+
- pull_request_target
65

76
permissions:
87
contents: read # Required to read the labeler.yml file

content/nim/deploy/kubernetes/deploy-using-helm.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ The `values.yaml` file customizes the Helm chart installation without modifying
133133

134134
- In the `imagePullSecrets` section, add the credentials for your private Docker registry.
135135
- Change the version tag to the version of NGINX Instance Manager you would like to install. See "Install the chart" below for versions.
136-
- Replace `<my-docker-registry:port>` with your private Docker registry and port (if applicable).
137136
- If deploying on OpenShift, add the `openshift.enabled: true` setting.
138137

139138
{{< see-also >}} For details on creating a secret, see Kubernetes [Pull an Image from a Private Registry](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/). {{</ see-also >}}
@@ -344,7 +343,6 @@ The `values.yaml` file customizes the Helm chart installation without modifying
344343

345344
- In the `imagePullSecrets` section, add the credentials for your private Docker registry.
346345
- Change the version tag to the version of NGINX Instance Manager you would like to install. See "Install the chart" below for versions.
347-
- Replace `<my-docker-registry:port>` with your private Docker registry and port (if applicable).
348346

349347
{{< see-also >}} For details on creating a secret, see Kubernetes [Pull an Image from a Private Registry](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/). {{</ see-also >}}
350348

0 commit comments

Comments
 (0)