-
Notifications
You must be signed in to change notification settings - Fork 10
Gitops maf #376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Gitops maf #376
Conversation
whitfiea
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we adding a new MAS config type rather than using the genericaddon type that already exists? https://github.com/ibm-mas/gitops/tree/main/instance-applications/550-ibm-mas-addons-config/templates
| image: | ||
| repository: docker-na-proxy-rtp.artifactory.swg-devops.com/wiotp-docker-local/mas/graphite-configuration | ||
| tag: 1.7.35-pre.maxuif-3049-amd64 | ||
| pullPolicy: Always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need these image keys do we?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed.
We are introducing a new MAS config type because the way configurations are applied differs between on‑premises and SaaS environments. For on‑premises customers, we enable the Generic Addon screen directly in the Admin Dashboard. However, for SaaS customers, these configurations are applied through saas-envs, where we define the Maximo Application Configuration Framework details. This triggers the IBM toolchain, and ArgoCD then creates the corresponding Custom Resource (CR) in the cluster. |
removed image tag from values.yaml
Issue
https://jsw.ibm.com/browse/MASCORE-10415
This change is part of enhancing Helm-based deployment capabilities by introducing a new custom resource and addon for better configuration management.
Description
Added Helm charts to define a new Custom Resource Definition (CRD): AppCfg.
Created a new GenericAddon to support dynamic configuration injection for applications.
Purpose: Enable flexible and centralized application configuration management through Kubernetes-native resources.
Impact: Improves maintainability and scalability of configuration handling across environments.
Test Results
Verified Helm chart installation on a local Kubernetes cluster.

Applied sample AppCfg resource and confirmed successful reconciliation by the GenericAddon.
Checked logs and resource status to ensure correct behavior.
Automated tests for CRD schema validation and Helm linting have passed.