Skip to content

Commit 1e4f4e2

Browse files
authored
[java-spring-boot] Fix documentation for specifying imagePullSecrets. (#216)
1 parent 4977580 commit 1e4f4e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/java-spring-boot/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: java-spring-boot
33
description: Generic Helm chart to deploy a Spring Boot application on Kubernetes
44
type: application
5-
version: 1.0.3
5+
version: 1.0.4
66
maintainers:
77
- name: eidottermihi
88
email: eidottermihi@gmail.com

charts/java-spring-boot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The command deploys your application on the Kubernetes cluster with minimal conf
2323
| replicaCount | int | `1` | replicaset count |
2424
| revisionHistoryLimit | int | `10` | number of old history to retain to allow rollback |
2525
| deploymentStrategy | object | <code>&nbsp;&nbsp;type:&nbsp;&nbsp;RollingUpdate<br>&nbsp;&nbsp;rollingUpdate: {}<br></code> | Deployment strategy, default `RollingUpdate` |
26-
| image.imagePullSecrets | list | `[]` | Image pull secrets specification |
26+
| imagePullSecrets | list | `[]` | Image pull secrets specification |
2727
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
2828
| image.repository | string | `""` | Image to use for deploying, required |
2929
| image.tag | string | `""` | Image tag, required |

0 commit comments

Comments
 (0)