Skip to content

Commit

Permalink
Overriding the name to avoid DNS issues (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea-Campanella authored and SeanCondon committed Jan 8, 2020
1 parent b4aec80 commit 3161464
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion onos-cli/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
fullnameOverride: "onos-cli"

store:
raftgroup: onos-cli
Expand Down
2 changes: 1 addition & 1 deletion onos-config/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
fullnameOverride: "onos-config"

debug: false

Expand Down
2 changes: 1 addition & 1 deletion onos-gui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
fullnameOverride: "onos-gui"

## Client service.
service:
Expand Down
2 changes: 1 addition & 1 deletion onos-topo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
fullnameOverride: "onos-topo"

debug: false

Expand Down
Binary file modified onos/charts/onos-cli-0.0.1.tgz
Binary file not shown.
Binary file modified onos/charts/onos-config-0.0.1.tgz
Binary file not shown.
Binary file modified onos/charts/onos-gui-0.0.1.tgz
Binary file not shown.
Binary file modified onos/charts/onos-topo-0.0.1.tgz
Binary file not shown.

0 comments on commit 3161464

Please sign in to comment.