Commit 0713993e authored by George Papathanail's avatar George Papathanail
Browse files

fix: remove comments from federation-manager-deployment

parent 5afa0f59
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -57,10 +57,6 @@ spec:
      containers:



        #####################################################################
        # 1) FEDERATION MANAGER MAIN CONTAINER
        #####################################################################
        - name: federation-manager
          image: "{{ .Values.federationManager.image.repository }}:{{ .Values.federationManager.image.tag }}"
          imagePullPolicy: {{ .Values.federationManager.image.pullPolicy }}
@@ -75,9 +71,6 @@ spec:
          resources:
            {{- toYaml .Values.federationManager.resources | nindent 12 }}

        #####################################################################
        # 2) OPENVPN SIDECAR CONTAINER
        #####################################################################
        {{- if .Values.openvpn.enabled }}
        - name: openvpn
          image: "{{ .Values.openvpn.image.repository }}:{{ .Values.openvpn.image.tag }}"
@@ -122,9 +115,6 @@ spec:
                - NET_ADMIN
        {{- end }}

      #######################################################################
      # VOLUME DEFINITIONS
      #######################################################################
      volumes:
        - name: config
          emptyDir: {}