Skip to content

Commit

Permalink
Renamed CSV template to work with boilerplate CSV generation
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun Naik <anaik@redhat.com>
  • Loading branch information
Arjun Naik committed Apr 14, 2021
1 parent 7af57ce commit 5e9d329
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -80,3 +80,6 @@ tags
### Boilerplate ###
.operator-sdk/*
.venv/*

# Local docker configuration
.docker/*
Expand Up @@ -2,7 +2,7 @@ apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
name: managed-velero-operator-0.0.1
namespace: placeholder
namespace: openshift-velero
annotations:
categories: A list of comma separated categories that your operator falls under.
certified: "false"
Expand Down Expand Up @@ -36,14 +36,7 @@ spec:
install:
strategy: deployment
spec:
clusterPermissions:
- serviceAccountName: managed-velero-operator
# Rules will be added here by the generate-operator-bundle.py script.
permissions:
- serviceAccountName: managed-velero-operator
# Rules will be added here by the generate-operator-bundle.py script.
deployments:
- name: managed-velero-operator
# Deployment spec will be added here by the generate-operator-bundle.py script.
clusterPermissions: []
permissions: []
customresourcedefinitions:
owned:

0 comments on commit 5e9d329

Please sign in to comment.