gitops
Here are 234 public repositories matching this topic...
Describe the bug
The description How to bootstrap Flux using Kustomize, overwriting the default namespace sets up a failing memcached connection.
When I follow the description, I get many errors in the logs which tell me that memcached is unreachable (see logs below).
The reason seem
Summary
I’m trying to use a Chart Repository by external Nexus, but I’d a problem in pipeline when I’m using the command:
jx step helm release
When this command do the upload chart file, my $CHART_REPOSITORY is changing and including the /api/charts
+ jx step helm release --verbose
DEBUG: Using helmBinary helm with feature flag: template-mode
DEBUG: Initialising Helm 'i
Summary
Add field/label "LIVE For:" to show how much time the Revision was LIVE. Currently when a user clicks on the "History and Rollback", it shows all past Revisions and when it was triggered and completed and also displays the amount of time for which that Revision was LIVE. But it does not mention what these timings/durations are for (as shown in the attached screenshot where it shows dur
Hi. We have recently upgraded the sealed-secrets-controller to v0.8.1 from v0.7 and are experiencing that all sealed secrets are getting unsealed frequently without any modifications to the sealed secret entity.
Is this an expected behavior?
Worth noting is that we are runnnig in a
In lieu of #283, implement Stackdriver Canary Analysis for use in GKE.
On the basis of Review Russian documentation #1963
- Main
- Releases
- README
- Documentation Overview
- Configuration / Introduction
- Configuration / Dockerfile image
- Configuration / Stapel Image / Naming
- Configuration / Stapel Image / Base Image
- Configuration / Stapel Image / Docker direct
Describe the bug/feature
I would like kapitan to output unindented sequences.
At the moment it generates
mylist:
- item1
- item2
and I want
mylist:
- item1
- item2The current behaviour seems deliberate (https://github.com/deepmind/kapitan/blob/25f4ebaca159a748e44683a45875e74be73c1570/kapitan/utils.py#L163-L170 ) but I would like to be able to deactivate
Add gPRC API
Implement a gPRC version of the API (on a different port) for podinfo and generate the client in podcli.
Provide an example of how to use next generation Flux/Argo (i.e. GitOps Engine). Posts point you here to "take it for a spin" but there are no instructions on how to do so.
git-tar needs to clone with a unique path (including branch)
Expected Behaviour
git-tar should clone to a path like: /tmp/owner/repo/branch to avoid conflicts
Current Behaviour
It clones to:
func clone(pushEvent sdk.PushEvent) (string, error) {
workDir := os.TempDir()
destPath := path.Join(workDir, path.Join(pushEvent.Repository.Owner.Login, pushEvent.Repository.Nam
Authentication via Azure/aad-pod-identity for keyvault access could be a good feature to avoid use of clientId/ clientSecret in chart values. Don't you think ?
Expected behavior
When running the terraform step, all plan contents should be visible or there should be a scroll bar.
Actual behavior
A scrollbar never appears, and content clips off the bottom of the screen. If the page zoom is changed, content reflows and a scroll bar appears.
Information
- Ship version:
0.43.1 - Command line run:
ship init ./ship.yaml - Chrome v
What is frustrating you?
The $content-width SCSS variable, found in frontend/src/component/styles/dimension.scss is set to 1200px currently, which works for desktop, but does not make sense for mobile. Components affected are: Header, Footer (but it looks fine since it's centered and just text), Section, and UserShortLinksSection.
Your solution
Refactor so that the `$con
Web metrics currently support only GET requests against a URL, but I can imagine there are use cases where a different request method (i.e. POST, PUT) may be desired instead, along with parameterized payloads to go along with it.
The change added in replicatedhq/kURL#427 should be included for kots admin-console upgrade when updating the admin console in an existing cluster.
Without this, velero will automatically attempt to back up and restore the admin console's internal database. This is not desirable. Ultimately, this will fail to restore with a warning, so no bad things really happen, but this causes a warning for
As a: developer
I want: the dashboard to display ring names I've configured in bedrock.yaml
So that: I can see the right ring name for services in the dashboard
Describe the solution you'd like:
Following the work on microsoft/bedrock#1313, any branch can be associated with any ring name. Currently, the introspection script assumes that the branc
valuesFromFile:
chartFileRef:
myScript: path/to/file.js
externalSourceRef:
defaultScript: https://raw.githubusercontent.com/cdenneen/example/master/script.jsresult in equivalent of:
helm install --set-file key=path/to/file.js
myScript: |
const { events, Job } = require("brigadier")
function run(e, project) {
console.log("this i-
Updated
Jul 9, 2020 - Smarty
similar to what's shown in screenshot here: https://github.com/so-fancy/diff-so-fancy#screenshot
-
Updated
Jul 1, 2020 - Shell
-
Updated
May 29, 2020 - JavaScript
As a developer, I want to be able add Fabrikate components that remotely pull in a static resource.
For example, this Rook Cassandra Operator is completely specified statically in the project website and I would like to be able to directly pull in this static file from this remote URL a
-
Updated
Jul 7, 2020 - Go
If a user sends SIGINTERM to decK, then it should be able to exit quickly.
This can be achieved by passing along context down to requests.
-
Updated
Jan 14, 2020 - Open Policy Agent
Today the templates/gateway_config.yml includes many essential values. Some of them are exposed to overrides in init.yaml But several are not. I think the best approach is to have default possible to override all "changeable" values. For gateway config template we are almost there, the are three values sticking out. [L30-L32](https://github.com/openfaas-incubator/ofc-bootstrap/blob/6accd2fbe
-
Updated
May 27, 2020 - Go
-
Updated
Jul 1, 2020 - Smarty
Improve this page
Add a description, image, and links to the gitops topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gitops topic, visit your repo's landing page and select "manage topics."

Move all Dockerfile samples to non-root user
Expected Behaviour
As an OpenFaaS end-user, I want to run all samples on my OpenFaaS cluster, even with the new non-root feature enabled.
Current Behaviour