Skip to content

Commit

Permalink
skip: fix trust
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Apr 15, 2024
1 parent 17421ff commit badef23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@

KUBEFLOW_PROFILES = "kubeflow-profiles"
KUBEFLOW_PROFILES_CHANNEL = "1.8/stable"
KUBEFLOW_PROFILES = True
KUBEFLOW_PROFILES_TRUST = True

KUBEFLOW_DASHBOARD = "kubeflow-dashboard"
KUBEFLOW_DASHBOARD_CHANNEL = "1.8/stable"
KUBEFLOW_DASHBOARD = True
KUBEFLOW_DASHBOARD_TRUST = True

PROMETHEUS_K8S = "prometheus-k8s"
PROMETHEUS_K8S_CHANNEL = "1.0/stable"
Expand Down

0 comments on commit badef23

Please sign in to comment.