Git Product home page Git Product logo

qliksense's Introduction

Argo Image CircleCI

Qlik Sense Enterprise

Installation of kustomize

THe version of kustomize being using is v2.1, can be installed with Homebrew:

brew install kustomize

You will also need (the go version of) yq installed, available from here (https://mikefarah.github.io/yq/])

Create a convienience function that points to the root of this cloned repo (must be cloned in to folder called "qliksense")

function kustomizeIt {
  XDG_CONFIG_HOME="<Root of this repo>" \
  kustomize build --enable_alpha_plugins \
    "<Root of this repo>"/$1
}

Then you can run

kustomizeIt .

What's where

The values.yaml file is now multiple resource declarations (kind: HelmValues) that are used to "transform" the resource that generates the helm charts (kind: HelmChart). These resources are declared in the individual component github repositories that are pulled in as resources transformed by adding the values in (kind: HelmValues), then excuted as generators which expand the helm charts. The pipeline in kustomize is file system tree order. So the parent kustomization.yaml file operates on resources generated by kustomization.yaml files in child directories. The values.yaml is now found in generators/qliksense/transformers/defaultvalues.yaml

You will also fine an example patch file for values in generators/qliksense/transformers

qliksense's People

Contributors

bkuschel avatar mokassem avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.