Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #96 from DVPE-cloud/feature/removed_old_labels
Browse files Browse the repository at this point in the history
removed old labels
  • Loading branch information
cd-at-iteratec authored Nov 14, 2022
2 parents 5f30980 + 2dbef79 commit cecfe7a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/crossplane-efs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.1"
description: "Helm Chart for installing a Custom Crossplane API, allowing to create an EFS Filesystem."
name: crossplane-efs
version: 0.5.1
version: 1.0.0
home: https://github.com/dvpe-cloud/dvpe-helm
keywords:
- dvpe-helm
Expand Down
2 changes: 1 addition & 1 deletion charts/crossplane-efs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# crossplane-efs

![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![AppVersion: 1.1](https://img.shields.io/badge/AppVersion-1.1-informational?style=flat-square)
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.1](https://img.shields.io/badge/AppVersion-1.1-informational?style=flat-square)

Helm Chart for installing a Custom Crossplane API, allowing to create an EFS Filesystem.

Expand Down
3 changes: 0 additions & 3 deletions charts/crossplane-efs/templates/composition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ spec:
kind: StorageClass
metadata:
annotations:
"restrictedNamespaces": ""
"wadtfy.bmwgroup.net/restricted-namespaces": ""
labels:
"crossplane-efs/created-by": crossplane
Expand All @@ -186,8 +185,6 @@ spec:
providerConfigRef:
name: {{ .Values.provider.k8sConfigName }}
patches:
- fromFieldPath: "metadata.labels[crossplane.io/claim-namespace]"
toFieldPath: "spec.forProvider.manifest.metadata.annotations[restrictedNamespaces]"
- fromFieldPath: "metadata.labels[crossplane.io/claim-namespace]"
toFieldPath: "spec.forProvider.manifest.metadata.annotations[wadtfy.bmwgroup.net/restricted-namespaces]"
- fromFieldPath: "spec.id"
Expand Down

0 comments on commit cecfe7a

Please sign in to comment.