diff --git a/examples/nats/src/main.rs b/examples/nats/src/main.rs index ca0d7d5..8c391d5 100644 --- a/examples/nats/src/main.rs +++ b/examples/nats/src/main.rs @@ -28,7 +28,11 @@ async fn main() { gateway: enabled: false # name: my-gateway - # port: 7522"# + # port: 7522 +natsBox: + container: + image: + tag: nonroot"# .to_string(), ); let namespace = "nats"; @@ -40,7 +44,7 @@ async fn main() { values_overrides: None, values_yaml, create_namespace: true, - install_only: true, + install_only: false, repository: Some(HelmRepository::new( "nats".to_string(), hurl!("https://nats-io.github.io/k8s/helm/charts/"),