Skip to content

Commit

Permalink
Fix incorrectly set namespace (#260)
Browse files Browse the repository at this point in the history
Commit b6f8e07 ("Update manifests (#246)") has just changed the
namespace as a whole. This new manifest should be updated as well.

Fixes: 67e94c7 ("Set MYSQL_ROOT_PASSWORD via Secret (#253)")
Signed-off-by: Koichiro Den <[email protected]>
  • Loading branch information
lkpdn authored and k8s-ci-robot committed Nov 26, 2018
1 parent 67e94c7 commit b7145b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/vizier/db/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ kind: Secret
type: Opaque
metadata:
name: vizier-db-secrets
namespace: katib
namespace: kubeflow
data:
MYSQL_ROOT_PASSWORD: test

0 comments on commit b7145b3

Please sign in to comment.