Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Remove unused image references
Browse files Browse the repository at this point in the history
  • Loading branch information
lulf committed Oct 14, 2020
1 parent 6741381 commit cd1fb8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ public interface TemplateParameter {
String BROKER_IMAGE = "BROKER_IMAGE";
String BROKER_PLUGIN_IMAGE = "BROKER_PLUGIN_IMAGE";
String TOPIC_FORWARDER_IMAGE = "TOPIC_FORWARDER_IMAGE";
String MQTT_GATEWAY_IMAGE = "MQTT_GATEWAY_IMAGE";
String MQTT_LWT_IMAGE = "MQTT_LWT_IMAGE";

String FS_GROUP_FALLBACK_MAP = "FS_GROUP_FALLBACK_MAP";
String BROKER_SUPPORT_USER = "BROKER_SUPPORT_USER";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -568,10 +568,6 @@ spec:
value: ${env.BROKER_PLUGIN_IMAGE}
- name: RELATED_IMAGE_TOPIC_FORWARDER
value: ${env.TOPIC_FORWARDER_IMAGE}
- name: RELATED_IMAGE_MQTT_GATEWAY
value: ${env.MQTT_GATEWAY_IMAGE}
- name: RELATED_IMAGE_MQTT_LWT
value: ${env.MQTT_LWT_IMAGE}
- name: RELATED_IMAGE_NONE_AUTHSERVICE
value: ${env.NONE_AUTHSERVICE_IMAGE}
- name: RELATED_IMAGE_KEYCLOAK
Expand Down

0 comments on commit cd1fb8a

Please sign in to comment.