Commit ddb87d8c authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

update chart to reflect oidc config changes, remove persistent volume

parent becec53b
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.8.0
version: 0.9.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.15.3.dev6.ornl.0"
appVersion: "0.15.3.dev8.ornl.0"
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ data:
      @type record_transformer
      enable_ruby
      <record>
        hostname onyx
        hostname {{ .Values.instance }}
        service pulsar
        log_level ${record["log_level"].downcase}
      </record>
+1 −2
Original line number Diff line number Diff line
@@ -37,8 +37,7 @@ spec:
          configMap:
            name: {{ include "pulsar.fullname" . }}-fluentd
        - name: {{ include "pulsar.fullname" . }}-logs
          persistentVolumeClaim:
            claimName: {{ include "pulsar.fullname" . }}-logs-pvc
          emptyDir: {}

      containers:
        - name: {{ .Chart.Name }}

pulsar/templates/logs_volume.yaml

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
  name: {{ include "pulsar.fullname" . }}-logs-pvc
spec:
  accessModes:
    - ReadWriteOnce
  resources:
    requests:
      storage: 20Mi
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@ image:

podAnnotations: {}

instance: slate

pulsar:
  managers:
    _default_: