moved annotation to the correct place
This commit is contained in:
@@ -232,10 +232,10 @@ serviceAccount:
|
||||
|
||||
statefulSet:
|
||||
# -- Optional extra annotations to add to the service resource
|
||||
annotations:
|
||||
match-regex.version-checker.io/plex-plex-media-server-pms: ^\d+\.\d+\.\d+\.\d+-.*$
|
||||
annotations: {}
|
||||
# -- Optional extra annotations to add to the pods in the statefulset
|
||||
podAnnotations: {}
|
||||
podAnnotations:
|
||||
match-regex.version-checker.io/plex-plex-media-server-pms: ^\d+\.\d+\.\d+\.\d+-.*$
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
|
||||
Reference in New Issue
Block a user