Skip to content

Commit

Permalink
Merge pull request #10 from elinesterov/support-multiple-authorities
Browse files Browse the repository at this point in the history
support multiple authorities for trust domain
  • Loading branch information
elinesterov authored Jul 1, 2023
2 parents 210ddf8 + cfccda1 commit 56bbac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/spiffe-demo-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A Helm chart to install spiffe-demo-app
| image.pullPolicy | string | `"IfNotPresent"` | The image pull policy |
| image.registry | string | `"ghcr.io"` | The OCI registry to pull the image from |
| image.repository | string | `"elinesterov/spiffe-demo-app"` | The repository within the registry |
| image.tag | string | `"v0.1.1"` | The image tag to pull |
| image.tag | string | `"v0.2.0"` | The image tag to pull |
| service | object | `{"port":80,"type":"LoadBalancer"}` | The service type to use |
| spiffeCSIDriver | object | `{"enabled":false}` | SPIFFE CSI driver support |
| spiffeCSIDriver.enabled | bool | `false` | Enable/disable SPIFFE CSI driver support |
Expand Down
2 changes: 1 addition & 1 deletion charts/spiffe-demo-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
# -- The repository within the registry
repository: elinesterov/spiffe-demo-app
# -- The image tag to pull
tag: v0.1.1
tag: v0.2.0
# -- The image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 56bbac4

Please sign in to comment.