Skip to main content
0 votes
0 answers
48 views

Follow up for this question VersionNumber and VersionString in umbrella header is what is the repercussion of changing this line from the autogenerated umbrella header file xFramework.h: //! Project ...
aguilarpgc's user avatar
  • 1,233
-1 votes
1 answer
91 views

I'm currently developing an umbrella framework in Swift, where one framework is dependent on another framework. Specifically, I have a framework (let's call it MainFramework) that depends on another ...
Raja Saad's user avatar
  • 494
1 vote
0 answers
76 views

I am looking to find unused imports in an umbrella architecture. The imports are used within swift files. These files receive their imports from Objective-C headers so a text based search would not ...
waysayheal16's user avatar
0 votes
1 answer
1k views

I have AWS Managed AD deployed in my environment with EC2 servers joined to the same AD. I am trying to deploy Cisco Umbrella Web proxy URL filtering which requires the DNS for all external domains to ...
susmit koirala's user avatar
0 votes
1 answer
719 views

I am trying to deploy to a kubernetes cluster an umbrella chart that contains the rabbitmq operator + rabbitmq. So in total 2 sub-charts. The operator sub-chart first deploys the CRD needed "kind:...
PmanAce's user avatar
  • 4,543
0 votes
1 answer
111 views

Background I have an umbrella app that has many smaller apps inside. One of this apps, called A, needs to be able to spin and supervise another app, called B. B, being an app in its own right, exposes ...
Flame_Phoenix's user avatar
1 vote
1 answer
2k views

I am new to this group. Glad to have connected. I am wondering if someone has experience in using an umbrella helm chart in a CI/CD process? In our project, we have 2 separate developer contractors. ...
David S's user avatar
  • 11
2 votes
1 answer
1k views

I'm a beginner in Node.JS and Mongoose. I have created a small Node.JS app. I have pushed the code into Github and Heroku server. After I have deployed the code into the Heroku server. I have checked ...
VIGNESH R's user avatar
0 votes
1 answer
507 views

I have a umbrella chart and I want to know if it's possible to update an existing helm deployment through my requirements.yaml in my umbrella chart.
Bruno Macedo's user avatar
0 votes
1 answer
881 views

I have an umbrella chart uploaded in a remote repository and am trying to install it. How do I get it pulled down and ready to install? I've tried helm fetch repo/umbrellachartname --untar which ...
ewassef's user avatar
  • 340
2 votes
1 answer
303 views

We have implemented Micro-Service Architecture for our API development and I am using API Umbrella as the gateway for all the micro-services. All the api's in the micro-service are using JWT token ...
Richard Vinoth's user avatar
0 votes
2 answers
1k views

in elixir i try to create project under umbrella with this command mix phx.new my_project --umbrella in apps directory try to install phoenix project with this command mix phx.new phx_project --no-...
amir baqdadi's user avatar
1 vote
1 answer
470 views

I am following umbrella apps structure in my project. and I am writing access layer app which doesn't have separate repo but requires to have certain tables and relations migrated for it to work. I ...
Tanweer's user avatar
  • 567
9 votes
1 answer
2k views

I'm not sure when to use mix and when to use phoenix for creating umbrella applications. I have read a lot of articles online but they are not clear of the reasoning for using mix over phoenix and ...
Loading...'s user avatar
0 votes
1 answer
197 views

following this tutorial I'm trying to dockerize my Elixir Umbrella project before pushing to production. I'm trying to run my app through Docker using this command: docker run --rm -ti \ ...
Uj Corb's user avatar
  • 2,207

15 30 50 per page