Skip to content

Commit

Permalink
feat: set POD_NAMESPACE env var
Browse files Browse the repository at this point in the history
  • Loading branch information
NohaIhab committed Sep 14, 2023
1 parent b68de5a commit e34cf22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ def _kubeflow_dashboard_operator_layer(self) -> Layer:
"REGISTRATION_FLOW": self._registration_flow,
"DASHBOARD_CONFIGMAP": self._configmap_name,
"LOGOUT_URL": "/authservice/logout",
"POD_NAMESPACE": self.model.name, # Added due to https://github.com/canonical/bundle-kubeflow/issues/698
},
}
},
Expand Down

0 comments on commit e34cf22

Please sign in to comment.