Skip to content

Commit

Permalink
Fix chart linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctozepto committed Jul 13, 2024
1 parent d588382 commit 07e6d6f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion charts/nebulous-activemq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ securityContext: {}

service:
type: ClusterIP
guiPort: 8161
guiPort: 8161
activemqPort: 61616
amqpPort: 5672

Expand Down
2 changes: 1 addition & 1 deletion charts/nebulous-cloud-fog-service-broker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ frontend:
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
# - chart-example.local
2 changes: 1 addition & 1 deletion charts/nebulous-influxdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fullnameOverride: ""

# InfluxDB specific configurations
config:
httpAuthEnabled: "true" # Set true or false
httpAuthEnabled: "true"
adminUser: "admin"

# Service Account configurations
Expand Down
26 changes: 13 additions & 13 deletions charts/nebulous-monitoring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ env:
- name: BUILD_MESSAGE
value: '2024-05-09 11:57:00+03:00 opendev'
- name: JASYPT_PASSWORD
value: 'password' #+++++++++++++++++++++++++ ?????????????????
value: 'password' # +++++++++++++++++++++++++ ?????????????????
- name: NET_UTIL_ADDRESS_DISCOVERY_SERVICES
value: '-'
- name: EMS_IP_SETTING
Expand Down Expand Up @@ -152,16 +152,16 @@ env:
- name: CONTROL_SSL_KEY_ENTRY_GENERATE
value: 'ALWAYS'
- name: CONTROL_SSL_KEYSTORE_PASSWORD
value: 'melodic' #+++++++++++++++++++++++++ ${P_KEYSTORE_PASSWORD}
value: 'melodic' # +++++++++++++++++++++++++ ${P_KEYSTORE_PASSWORD}
- name: CONTROL_SSL_TRUSTSTORE_PASSWORD
value: 'melodic' #+++++++++++++++++++++++++ ${P_KEYSTORE_PASSWORD}
value: 'melodic' # +++++++++++++++++++++++++ ${P_KEYSTORE_PASSWORD}

- name: JWT_SECRET
value: 'ENC(I0mRWgH2FVDDNs4OBcdh7Z+o3lOQDa3ztaEtmnXT2HN0aClkChp/lqm9zM5HyTk0stJ7v2Di75U=)' #+++++++++++++++++++++++++ ${P_JWT_SECRET}
value: 'ENC(I0mRWgH2FVDDNs4OBcdh7Z+o3lOQDa3ztaEtmnXT2HN0aClkChp/lqm9zM5HyTk0stJ7v2Di75U=)' # +++++++++++++++++++++++++ ${P_JWT_SECRET}
- name: WEB_SECURITY_API_KEY_AUTHENTICATION_VALUE
value: '1234567890' #+++++++++++++++++++++++++ ${P_WEB_API_KEY_VALUE}
value: '1234567890' # +++++++++++++++++++++++++ ${P_WEB_API_KEY_VALUE}
- name: WEB_SECURITY_FORM_AUTHENTICATION_PASSWORD
value: 'ems' #+++++++++++++++++++++++++ ${P_WEB_ADMIN_PASSWORD}
value: 'ems' # +++++++++++++++++++++++++ ${P_WEB_ADMIN_PASSWORD}

# ===== Topic Beacon settings =====
- name: BEACON_INITIAL_DELAY
Expand Down Expand Up @@ -256,8 +256,8 @@ env:
value: "monitoring-configmap"
- name: EMS_CLIENT_CONFIG_MAP_NAME
value: "ems-client-configmap"
#- name: EMS_CLIENT_DAEMONSET_SPECIFICATION_FILE
# value: "/ems-client-daemonset.yaml"
# - name: EMS_CLIENT_DAEMONSET_SPECIFICATION_FILE
# value: "/ems-client-daemonset.yaml"
- name: EMS_CLIENT_DAEMONSET_NAME
value: "ems-client-daemonset"
- name: EMS_CLIENT_DAEMONSET_IMAGE_REPOSITORY
Expand All @@ -271,11 +271,11 @@ env:
- name: EMS_CLIENT_ADDITIONAL_BROKER_CREDENTIALS
value: 'aaa/111, bbb/222'
# value: "ENC(axeJUxNHajYfBffUwvuT3kwTgLTpRliDMz/ZQ9hROZ3BNOv0Idw72NJsawzIZRuZ)"
#- name: EMS_CLIENT_BROKER_USERNAME # It is appended to EMS_CLIENT_ADDITIONAL_BROKER_CREDENTIALS
# value: "ccc"
#- name: EMS_CLIENT_BROKER_PASSWORD
# value: "333"
# - name: EMS_CLIENT_BROKER_USERNAME # It is appended to EMS_CLIENT_ADDITIONAL_BROKER_CREDENTIALS
# value: "ccc"
# - name: EMS_CLIENT_BROKER_PASSWORD
# value: "333"
- name: EMS_CLIENT_KEYSTORE_SECRET
value: ""
- name: EMS_CLIENT_TRUSTSTORE_SECRET
value: ""
value: ""

0 comments on commit 07e6d6f

Please sign in to comment.