portefaix / portefaix-kubernetes

Kubernetes resources
https://github.com/portefaix/.github
Other
8 stars 7 forks source link

CSI Driver for Amazon FSX: Kubernetes recommanded labels and custom labels #1255

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

CSI Driver for Amazon FSX: Kubernetes recommanded labels and custom labels

https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/222

portefaix.xyz/version: v0.20.0

a8r.io/description: CSI Driver for Amazon FSX

a8r.io/owner: aws

a8r.io/bugs: https://kubernetes-sigs.github.io/aws-fsx-csi-driver/issues

a8r.io/documentation: https://kubernetes-sigs.github.io/aws-fsx-csi-driver

a8r.io/repository: https://kubernetes-sigs.github.io/aws-fsx-csi-driver/

a8r.io/support: https://kubernetes-sigs.github.io/aws-fsx-csi-driver/issues

https://github.com/portefaix/portefaix/blob/232a430d3bdcef7f9a643ab180f5b4e96b8d666f/kubernetes/base/kube-system/aws-fsx-csi-driver/aws-fsx-csi-driver.yaml#L35


# Copyright (C) 2021 Nicolas Lamirault <nicolas.lamirault@gmail.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
  name: aws-fsx-csi-driver
  namespace: kube-system
spec:
  chart:
    spec:
      # renovate: registryUrl=https://kubernetes-sigs.github.io/aws-fsx-csi-driver/
      chart: aws-fsx-csi-driver
      version: 1.2.0
      sourceRef:
        kind: HelmRepository
        name: aws-fsx-csi-driver
        namespace: flux-system
  interval: 5m0s
  releaseName: aws-fsx-csi-driver
  targetNamespace: kube-system
  values:
    # TODO: CSI Driver for Amazon FSX: Kubernetes recommanded labels and custom labels
    # labels: kind/feature, priority/low, lifecycle/frozen, area/kubernetes, cloud/aws
    # https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/222

    # customLabels:
    #   portefaix.xyz/version: v0.20.0

    # additionalAnnotations:
    #   a8r.io/description: CSI Driver for Amazon FSX
    #   a8r.io/owner: aws
    #   a8r.io/bugs: https://kubernetes-sigs.github.io/aws-fsx-csi-driver/issues
    #   a8r.io/documentation: https://kubernetes-sigs.github.io/aws-fsx-csi-driver
    #   a8r.io/repository: https://kubernetes-sigs.github.io/aws-fsx-csi-driver/
    #   a8r.io/support: https://kubernetes-sigs.github.io/aws-fsx-csi-driver/issues

    controller:
      serviceAccount:
        create: true
        name: fsx-csi-controller

    node:
      serviceAccount:
        create: true
        name: fsx-csi-node

3d7824059e54596dd877dff8e2bab563bfcaec31

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

nlamirault commented 2 years ago

/reopen