This message was deleted.
# kubernetes
s
This message was deleted.
g
Should be able to use a raw string with backticks
Copy code
`affinity:
  nodeAffinity: 
    requiredDuringSchedulingIgnoredDuringExecution:
      nodeSelectorTerms:
      - matchExpressions:
        - key: clusterType
          operator: In
          values:
          - standard`
h
thank you. it worked.