Skip to content

Commit

Permalink
fixup! reorg kustomize
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Short <tshort@redhat.com>
  • Loading branch information
tmshort committed Jun 25, 2024
1 parent 6e8431e commit a79dbd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos = cfg.get('repos', ['operator-controller', 'catalogd'])

repo = {
'image': 'quay.io/operator-framework/operator-controller',
'yaml': 'config/overlays/tls',
'yaml': 'config/secure',
'binaries': {
'manager': 'operator-controller-controller-manager',
},
Expand Down
10 changes: 5 additions & 5 deletions config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ This configuration specifies a namespace of `olmv1-system`.

This includes support for a secure (i.e. with TLS) configuration of operator-controller. This configuration uses:
* config/base
* config/overlays/tls
* config/overlays/ca
* config/components/tls
* config/components/ca

This configuration requires cert-manager.

## config/e2e

This provides additional configuration support for end-to-end testing, including code coverage. This configuration uses:
* config/base
* config/overlays/tls
* config/overlays/ca
* config/overlays/coverage
* config/components/tls
* config/components/ca
* config/components/coverage

This configuration requires cert-manager.

Expand Down

0 comments on commit a79dbd1

Please sign in to comment.