Skip to content

Commit

Permalink
Merge pull request #45 from epics-containers/schema-fixes
Browse files Browse the repository at this point in the history
fix ioc-instance default values schema lang server
  • Loading branch information
gilesknap authored Nov 7, 2024
2 parents 8f95315 + acb50f9 commit 287ee4b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Charts/ioc-instance/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=../../Schemas/ioc-instance.schema.json
# yaml-language-server: $schema=../../Schemas/ioc-instance.schema.json/#/$defs/base

########### Values defaults for ioc-instance Helm Chart ########################

Expand Down Expand Up @@ -101,7 +101,8 @@ volumeMounts: []
nodeName: ""

# Affinity is a group of affinity scheduling rules.
affinity: {}
affinity:
{}
# nodeAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
# nodeSelectorTerms:
Expand All @@ -112,7 +113,8 @@ affinity: {}
# - bl01t

# If specified, the pod's tolerations.
tolerations: []
tolerations:
[]
# - key: location
# operator: Equal
# value: bl01t
Expand All @@ -125,4 +127,4 @@ resources:
memory: 256Mi
requests:
cpu: 100m
memory: 64Mi
memory: 64Mi

0 comments on commit 287ee4b

Please sign in to comment.