-
Notifications
You must be signed in to change notification settings - Fork 665
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Some linters consider empty env: as invalid k8s YAML, because env is typically an [] when no values are set Prevent rendering the console env block without values Signed-off-by: ddl-ebrown <ethan.brown@dominodatalab.com>
1 parent
63ba3fc
commit 232c240
Showing
6 changed files
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1096,7 +1096,6 @@ spec: | |
name: flyte-console-config | ||
ports: | ||
- containerPort: 8080 | ||
env: | ||
resources: | ||
limits: | ||
cpu: 250m | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -802,7 +802,6 @@ spec: | |
name: flyte-console-config | ||
ports: | ||
- containerPort: 8080 | ||
env: | ||
resources: | ||
limits: | ||
cpu: 250m | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1127,7 +1127,6 @@ spec: | |
name: flyte-console-config | ||
ports: | ||
- containerPort: 8080 | ||
env: | ||
resources: | ||
limits: | ||
cpu: 250m | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -817,7 +817,6 @@ spec: | |
name: flyte-console-config | ||
ports: | ||
- containerPort: 8080 | ||
env: | ||
resources: | ||
limits: | ||
cpu: 250m | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1150,7 +1150,6 @@ spec: | |
name: flyte-console-config | ||
ports: | ||
- containerPort: 8080 | ||
env: | ||
resources: | ||
limits: | ||
cpu: 250m | ||
|