Skip to content

Commit

Permalink
add tag to image in kubernetes deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Jucker committed Jul 16, 2019
1 parent 4f0c219 commit f4a349c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
key: key
- name: JWT_TOKEN_LIFETIME
value: #jwt token lifetime (see "Configuration" in README)
image: gyselroth/kube-ldap
image: gyselroth/kube-ldap:latest # Better use fixed version tag here since 'latest' can point to new major releases with breaking changes
volumeMounts:
- name: kube-ldap-tls
mountPath: "/etc/ssl/kube-ldap"
Expand Down

0 comments on commit f4a349c

Please sign in to comment.