UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

deleted

Closed Greg M requested to merge istio-sandbox into master
Compare and Show latest version
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
+ 55
0
@@ -14,6 +14,9 @@
"flux",
"networkPolicies",
"imagePullPolicy",
"istioBase",
"istiod",
"istioGateway",
"istio",
"istioOperator",
"jaeger",
@@ -237,6 +240,58 @@
"IfNotPresent"
]
},
"istioBase": {
"properties": {
"enabled": true,
"sourceType": true,
"git": true,
"helmRepo": true,
"flux": true,
"values": true,
"postRenderers": true
},
"allOf": [
{
"$ref": "#/$defs/basePackage"
}
],
"additionalProperties": false
},
"istiod": {
"properties": {
"enabled": true,
"sourceType": true,
"git": true,
"helmRepo": true,
"flux": true,
"values": true,
"postRenderers": true
},
"allOf": [
{
"$ref": "#/$defs/basePackage"
}
],
"additionalProperties": false
},
"istioGateway": {
"properties": {
"enabled": true,
"sourceType": true,
"git": true,
"helmRepo": true,
"gateways": true,
"flux": true,
"values": true,
"postRenderers": true
},
"allOf": [
{
"$ref": "#/$defs/basePackage"
}
],
"additionalProperties": false
},
"istio": {
"properties": {
"enabled": true,
Loading