UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 594669a7 authored by Chukwuka Akagbusi's avatar Chukwuka Akagbusi
Browse files

added the correct matchlabels in peerauthentication

parent e106b159
No related branches found
No related tags found
1 merge request!228Resolve "Fix peerauthentication having incorrect selectorLabels"
Pipeline #3924330 passed
......@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [7.0.0-bb.1] - 2025-02-05
### Changed
- Added correct matchLabel in peerauthentication
## [7.0.0-bb.0] - 2025-01-28
### Changed
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# minio-instance
![Version: 7.0.0-bb.0](https://img.shields.io/badge/Version-7.0.0--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v7.0.0](https://img.shields.io/badge/AppVersion-v7.0.0-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
![Version: 7.0.0-bb.1](https://img.shields.io/badge/Version-7.0.0--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v7.0.0](https://img.shields.io/badge/AppVersion-v7.0.0-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
A Helm chart for MinIO Operator
......@@ -14,6 +14,7 @@ A Helm chart for MinIO Operator
This package has no upstream release note links on file. Please add some to [chart/Chart.yaml](chart/Chart.yaml) under `annotations.bigbang.dev/upstreamReleaseNotesMarkdown`.
Example:
```yaml
annotations:
bigbang.dev/upstreamReleaseNotesMarkdown: |
......@@ -34,7 +35,7 @@ annotations:
Install Helm
https://helm.sh/docs/intro/install/
<https://helm.sh/docs/intro/install/>
## Deployment
......@@ -278,4 +279,3 @@ Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in
---
_This file is programatically generated using `helm-docs` and some BigBang-specific templates. The `gluon` repository has [instructions for regenerating package READMEs](https://repo1.dso.mil/big-bang/product/packages/gluon/-/blob/master/docs/bb-package-readme.md)._
apiVersion: v2
description: A Helm chart for MinIO Operator
name: minio-instance
version: '7.0.0-bb.0'
version: '7.0.0-bb.1'
appVersion: v7.0.0
keywords:
- storage
......
......@@ -9,5 +9,5 @@ spec:
mode: {{ .Values.istio.mtls.mode }}
selector:
matchLabels:
{{- include "minio.labels" . | nindent 6 }}
{{- include "minio-operator.selectorLabels" . | nindent 6 }}
{{- end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment