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

feat: backstage manifests using single namespace #467

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

eloycoto
Copy link
Collaborator

@eloycoto eloycoto commented Jul 4, 2023

Instead of using backstage in other namespace, just don't use, this will allow to deploy multiple instances in different namespaces:

Like:

kubectl kustomize hack/manifests/backstage/ | kubectl apply -n differentOne -f -

Or in default:

kubectl kustomize hack/manifests/backstage/ | kubectl apply -n default -f -

Fix FLPATH-511

Instead of using backstage in other namespace, just don't use, this will
allow  to deploy multiple instances in different namespaces:

Like:
```
kubectl kustomize hack/manifests/backstage/ | kubectl apply -n differentOne -f -
```

Or in default:

```
kubectl kustomize hack/manifests/backstage/ | kubectl apply -n default -f -
```

Fix FLPATH-511

Signed-off-by: Eloy Coto <eloy.coto@acalustra.com>
@openshift-ci openshift-ci bot requested review from rgolangh and ydayagi July 4, 2023 14:19
eloycoto added a commit to eloycoto/parodos.github.io that referenced this pull request Jul 4, 2023
according to the changes introduced by this PR:
rhdhorchestrator/parodos#467

Signed-off-by: Eloy Coto <eloy.coto@acalustra.com>
@gciavarrini
Copy link
Contributor

/lgtm

@@ -60,5 +60,5 @@ spec:
httpGet:
path: /actuator/health
port: 8080
initialDelaySeconds: 25
initialDelaySeconds: 40
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this related to the PR? meaning, does not having a specified namespace require more time or this is needed for other issue?

@openshift-ci
Copy link

openshift-ci bot commented Jul 4, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: masayag

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Jul 4, 2023
@openshift-merge-robot openshift-merge-robot merged commit 9ba3518 into rhdhorchestrator:main Jul 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants