Skip to content

Commit

Permalink
DOCS: Add ingressController.deployment.podAnnotations to values and R…
Browse files Browse the repository at this point in the history
…EADME (#296)

* Add ingressController.deployment.podAnnotations to values and README

* bump version
  • Loading branch information
alexfornuto authored Apr 12, 2022
1 parent ad5d231 commit 0138606
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/pomerium/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: pomerium
version: 31.1.2
version: 31.1.3
appVersion: 0.17.1
home: http://www.pomerium.com/
icon: https://www.pomerium.com/img/icon.svg
Expand Down
5 changes: 3 additions & 2 deletions charts/pomerium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ A full listing of Pomerium's configuration variables can be found on the [config
| `operator.deployment.annotations` | Annotations for the operator deployment. | `{}` |
| `operator.serviceAccount.annotations` | Annotations for the operator pod service account. If none given, then use value of `annotations` | `{}` |
| `operator.serviceAccount.nameOverride` | Override the name of the operator pod service account | `pomerium-operator` |
| `redis.replica.replicaCount` | Number of redis replicas to run. [More](https://github.com/bitnami/charts/tree/master/bitnami/redis#parameters) | `1` |
| `redis.replica.replicaCount` | Number of redis replicas to run. [More](https://github.com/bitnami/charts/tree/master/bitnami/redis#parameters) | `1` |
| `redis.enabled` | Enable a redis master-slave subchart deployment based on https://github.com/bitnami/charts/tree/master/bitnami/redis | `false` |
| `redis.auth.createSecret` | Create the secret to store redis password and connect string. Set to `false` if you wish to use a secret not managed by this helm chart | `true` |
| `redis.auth.existingSecret` | Secret used to store authentication password for redis. This is shared between Pomerium and redis. [More](https://github.com/bitnami/charts/tree/master/bitnami/redis#parameters) | `pomerium-redis-password` |
Expand All @@ -446,9 +446,10 @@ A full listing of Pomerium's configuration variables can be found on the [config
| `ingressController.ingressClassResource.defaultCertSecret` | Specify a default TLS certificate for Ingress resources that do not specify their own. Format: [namespace]/[name] | |
| `ingressController.config.ingressClass` | `kubernetes.io/ingress.class` for the ingressController to monitor | `pomerium.io/ingress-controller` |
| `ingressController.config.namespaces` | List of namespaces to monitor for `Ingress` resources. Defaults to all. | `[]` |
| `ingressController.config.operatorMode` | Run Ingress Controller as a replacement for the Pomerium Operator. This implies using Forward-Auth and a third party Proxy. |
| `ingressController.config.operatorMode` | Run Ingress Controller as a replacement for the Pomerium Operator. This implies using Forward-Auth and a third party Proxy. | |
| `ingressController.config.updateStatus` | Update `Ingress` resource with status from the Proxy service | `true` |
| `ingressController.deployment.annotations` | Annotations for the ingressController deployment. | `{}` |
| `ingressController.deployment.podAnnotations` | Annotations for the ingressController deployment pods. | `{}` |
| `ingressController.serviceAccount.annotations` | Annotations for the ingressController pod service account. If none given, then use value of `annotations` | `{}` |
| `ingressController.serviceAccount.nameOverride` | Override the name of the ingressController pod service account | `pomerium-ingressController` |

Expand Down
1 change: 1 addition & 0 deletions charts/pomerium/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ ingressController:
deployment:
annotations: {}
extraEnv: {}
podAnnotations: {}
serviceAccount:
annotations: {}
nameOverride: ""
Expand Down

0 comments on commit 0138606

Please sign in to comment.