Skip to content

Commit

Permalink
Correct file reference
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Feb 15, 2024
1 parent f4f1358 commit ec258b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ resource "kubernetes_config_map" "etc-skel" {

resource "kubernetes_config_map" "jupyterlab-settings" {
depends_on = [
jupyterlab-overrides-json-template
local_file.overrides_json
]

metadata {
Expand Down

0 comments on commit ec258b1

Please sign in to comment.