Skip to content
View sayadi's full-sized avatar

Organizations

@nyuad-hackathon-2019 @nyuad-hackathon-2020
Block or Report

Block or report sayadi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. spring-boot-conditional-datasource spring-boot-conditional-datasource Public

    Conditionally add dependencies and activate Spring profiles based on Maven profiles.

    Java 3

  2. spring-profiles-suggestion spring-profiles-suggestion Public

    Manage Spring profiles with minimum duplication.

    Java 2 1

  3. circleci-2.1-encrypted-variables circleci-2.1-encrypted-variables Public

    Contains the necessary setup to securely store passwords and other sensitive data on GitHub and access them from CircleCI

    Shell

  4. managing-flyway-migrations-spring-boot managing-flyway-migrations-spring-boot Public

    Accompanying Medium article

    TSQL

  5. Running the EKS CoreDNS deployment o... Running the EKS CoreDNS deployment on Fargate when using the Terraform EKS module
    1
    # By default, the AWS EKS API creates the coredns deployment template with an annotation
    2
    # `eks.amazonaws.com/compute-type` equal to `ec2`. This prevents coredns pods from running on Fargate.
    3
    # Removing this annotation fixes the issue.
    4
    # More on: https://github.com/hashicorp/terraform-provider-aws/issues/11327
    5
    resource "null_resource" "edit_coredns" {