Skip to content

Commit f9fab7b

Browse files
fix: schema validation external traps (#1190)
* fix: missing externalTrafficPolicy in traps service * fix: update CHANGELOG
1 parent 327ded2 commit f9fab7b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
### Fixed
1111
- Ensured `.Vaues.secret.name` is used during secret creation to prevent mismatched secret references in deployments
12+
- lack of `externalTrafficPolicy` in `values.schema.json`
1213

1314

1415
## [1.12.2]

charts/splunk-connect-for-snmp/values.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,9 @@
746746
},
747747
"nodePort": {
748748
"type": "integer"
749+
},
750+
"externalTrafficPolicy": {
751+
"type": "string"
749752
}
750753
}
751754
},

0 commit comments

Comments
 (0)