Skip to content

Commit

Permalink
Testing working of Bash linting
Browse files Browse the repository at this point in the history
Signed-off-by: hansinikarunarathne <107214435+hansinikarunarathne@users.noreply.github.com>
  • Loading branch information
hansinikarunarathne committed Jul 22, 2024
1 parent a5ef549 commit 1d444b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions common/cert-manager/cert-manager/base/cert-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: certificaterequests.cert-manager.io
labels:
app: 'cert-manager'
app.kubernetes.io/name: 'cert-manager'
app.kubernetes.io/instance: 'cert-manager'
# Generated labels
app.kubernetes.io/version: "v1.14.5"
labels:
app: 'cert-manager'
app.kubernetes.io/name: 'cert-manager'
app.kubernetes.io/instance: 'cert-manager'
# Generated labels
app.kubernetes.io/version: "v1.14.5"
spec:
group: cert-manager.io
names:
Expand Down

0 comments on commit 1d444b2

Please sign in to comment.