Skip to content

Commit

Permalink
make generate-fast
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn <[email protected]>
  • Loading branch information
Flynn committed Nov 8, 2021
1 parent 8642b63 commit 5e9ff30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/emissary-ingress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The following table lists the configurable parameters of the `emissary-ingress`
| security.containerSecurityContext | Security Context for the Ambassador container specifically https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#securitycontext-v1-core | `{"allowPrivilegeEscalation":false}` |
| security.podSecurityPolicy | A basic PodSecurityPolicy to ensure Ambassador is running with appropriate security permissions https://kubernetes.io/docs/concepts/policy/pod-security-policy/ A set of reasonable defaults is outlined below. This is not created by default as it should only be created by a one Release. If you want to use the PodSecurityPolicy in the chart, create it in the "master" Release and then leave it unset in all others. Set the `rbac.podSecurityPolicies` in all non-"master" Releases. | `{}` |
| image.repository | Emissary Ingress docker repo | `docker.io/emissaryingress/emissary` |
| image.tag | Emissary Ingress docker tag | `2.0.5` |
| image.tag | Emissary Ingress docker tag | `2.0.5` |
| image.pullPolicy | Pod container image pull policy | `IfNotPresent` |
| dnsPolicy | Dns policy, when hostNetwork set to ClusterFirstWithHostNet | `ClusterFirst` |
| hostNetwork | If true, uses the host network, useful for on-premise setups | `false` |
Expand Down
4 changes: 2 additions & 2 deletions manifests/emissary/ambassador.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ spec:
path: labels
containers:
- name: ambassador
image: docker.io/emissaryingress/emissary:2.0.5-rc.0
image: docker.io/emissaryingress/emissary:2.0.5
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -435,7 +435,7 @@ spec:
serviceAccountName: ambassador-agent
containers:
- name: agent
image: docker.io/emissaryingress/emissary:2.0.5-rc.0
image: docker.io/emissaryingress/emissary:2.0.5
imagePullPolicy: IfNotPresent
command: [agent]
env:
Expand Down
4 changes: 2 additions & 2 deletions manifests/emissary/emissary-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ spec:
path: labels
containers:
- name: ambassador
image: docker.io/emissaryingress/emissary:2.0.5-rc.0
image: docker.io/emissaryingress/emissary:2.0.5
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -435,7 +435,7 @@ spec:
serviceAccountName: emissary-ingress-agent
containers:
- name: agent
image: docker.io/emissaryingress/emissary:2.0.5-rc.0
image: docker.io/emissaryingress/emissary:2.0.5
imagePullPolicy: IfNotPresent
command: [agent]
env:
Expand Down

0 comments on commit 5e9ff30

Please sign in to comment.