Skip to content

Commit

Permalink
update the config.json with complete properties
Browse files Browse the repository at this point in the history
  • Loading branch information
TZ-zzz committed Sep 6, 2024
1 parent be51f4d commit c20f971
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion data/percona-server-mongodb-operator/v1.16.0/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,29 @@
["spec", "backup", "enabled"],
["spec", "backup", "storages"],
["spec", "backup", "pitr"],
["spec", "backup", "configuration"]
["spec", "backup", "configuration"],
["spec","pause"],
["spec","unmanaged"],
["spec","image"],
["spec","ClusterServiceDNSSuffix"],
["spec","clusterServiceDNSMode"],
["spec", "allowUnsafeConfigurations"],
["spec", "updateStrategy"],
["spec", "multiCluster", "enabled"],
["spec", "multiCluster", "DNSSuffix"],
["spec", "unsafeFlags", "tls"],
["spec", "unsafeFlags", "replsetSize"],
["spec", "unsafeFlags", "mongosSize"],
["spec", "unsafeFlags", "backupIfUnhealthy"],
["spec", "tls", "mode"],
["spec", "tls", "allowInvalidCertificates"],
["spec", "upgradeOptions", "apply"],
["spec", "upgradeOptions", "setFCV"],
["spec", "secrets", "users"],
["spec", "secrets", "sse"],
["spec", "secrets", "ssl"],
["spec", "secrets", "sslInternal"],
["spec", "secrets", "encryptionKey"],
["spec", "secrets", "vault"]
]
}

0 comments on commit c20f971

Please sign in to comment.