Git Product home page Git Product logo

terraform-gitops-console-link-job's Introduction

Console Link Cronjob module

Module that populates gitops repository with the Console Link Cronjob chart from https://charts.cloudnativetoolkit.dev. The chart deploys a cron job into a cluster that runs periodically (every 5 minutes by default) looking for matching resources and creating cron jobs and config maps with the information. The matching resources include routes with the console-link.cloud-native-toolkit.dev/enabled=true label and logdna-agent and sysdig-agent daemonsets.

This module uses the following Helm Charts from toolkit-charts( https://charts.cloudnativetoolkit.dev ) : https://github.com/cloud-native-toolkit/toolkit-charts/blob/main/stable/console-link-cronjob/README.md

Software dependencies

The module depends on the following software components:

Command-line tools

  • terraform >= v0.15

Terraform providers

  • None

Module dependencies

This module makes use of the output from other modules:

  • GitOps - github.com/cloud-native-toolkit/terraform-tools-gitops.git
  • Namespace - github.com/cloud-native-toolkit/terraform-gitops-namespace.git.git

Example usage

module "console_link_job" {
  source = "github.com/cloud-native-toolkit/terraform-gitops-console-link-job.git"

  config_repo = module.gitops.config_repo
  config_token = module.gitops.config_token
  config_paths = module.gitops.config_paths
  config_projects = module.gitops.config_projects
  application_repo = module.gitops.application_repo
  application_token = module.gitops.application_token
  application_paths = module.gitops.application_paths
}

terraform-gitops-console-link-job's People

Contributors

seansund avatar ramyaraghuveera avatar

Watchers

Andrew Trice avatar  avatar Kyle Bigler avatar Matthew Perrins avatar

Forkers

timroster

terraform-gitops-console-link-job's Issues

service-account submodule pinned at old version

This module pulls in version 1.9.0 which changes the name for the service account at output to console-link-job-sa which is inconsistent with other references to the name of the service account as console-link-job . This in turn causes the cronjob itself never to properly start or complete to add links for services to the console.

oc get jobs -n toolkit
NAME                                             COMPLETIONS   DURATION   AGE
console-link-job-console-link-cronjob-27730075   0/1                      14m
console-link-job-console-link-cronjob-27730080   0/1                      9m32s
console-link-job-console-link-cronjob-27730085   0/1                      4m32s

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.